Sponsored White Papers, Webcasts, and Downloads
Additional Resources
- Reflection Analysis for Java
- Reflection has always been a thorn in the side of Java static analysis tools. Without a full treatment of reflection, static analysis tools are both incomplete because some parts of the program may not be included in the application call graph, and unsound because the static analysis does not take...
- Tags: Java, Analysis, Reflection, Analysis Tool
- White papers 2005-08-31
- Look inside the Java Reflection class
- Purpose of reflectionI have found reflection to be one of those odd items, you need to know it, know of it, and know how to use it, but you rarely actually use it.Let's be real, if you are creating an object in code, but do not know what it does
- Tags: programming, Justin James, reflection, Java
- Discussion threads 2006-11-09
- Basic Java Persistence API Best Practices: Consider and Employ These Simple Approaches to Make Your Java Persistence API Applications More Maintainable
- The Java Persistence API JPA, which is part of the Enterprise JavaBeans EJB 3.0 spec and is now the standard API for persistence and object/relational mapping for the Java EE platform, provides several advantages to Java developers for data-binding purposes. First, it provides a common API for persistence in both...
- Tags: API, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2008-05-01
- Java and USB
- Although the Universal Serial Bus USB is an integral part of many computers, Java does not officially support USB. Getting the Java programs to interact with arbitrary USB devices thus requires either a third-party Java/USB API or person's own Java/USB API. This paper introduces two third-party APIs and the author's...
- Tags: USB, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2006-07-06
- Using the Desktop API in Java SE 6
- With the default Graphical User Interface GUI look and feel, printing, and performance, the Java platform has come a long way in its effort to minimize the difference between the performance and integration of native applications and Java applications. Version 6 of the Java Platform, Standard Edition Java SE, continues...
- Tags: Desktop, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2006-02-01
- Validate Java EE Annotations With Annotation Processors
- The annotation facility is widely used in Java EE 5 and other frameworks, but it needs a validation facility to check the semantic constraints. Apt is a great tool for creating annotation processors to validate EE annotations at build time. The apt-based, build-time annotation validation is complementary to run-time reflection-based...
- Tags: Processor, Annotation, Annotation Facility, JSR-269, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2006-06-29
- Managing Personal Information - An Introduction to the PIM API for Java ME, Part 1
- Personal information is one of the most important functions found in a handset, just second to voice. Users can use the PIM API for Java ME to enable their mobile Java applications to read and write to/from the locally stored personal information databases. Users can even write synchronizers to keep...
- Tags: Handset, PIM API, Personal Information, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2007-03-01
- Using the PIM API for Java ME, Part 3 - Security Considerations
- Handling personal data has privacy and security implications-no one wants their personal information to be accessed by unauthorized people. Because the PIM API for Java ME provides access to personal and possibly sensitive information, there are security concepts to understand, and considerations to keep in mind, such as the impact...
- Tags: Java, Security
- White papers 2007-03-01
- Java Mail API usage.
- Why Java Mail API doesn't comes into existing as there is lot of demand for mailing servers and services operating with mails.Java mail is best suitable for auto response mails.As Java Mail API is best suitable for autorespone mail deliveries and for direct sending our mails directly through the application
- Tags: Programming languages, ramakrishnap@..., Java Mail API, Java, Java Mail
- Discussion threads 2007-05-28
- Using the PIM API for Java ME, Part 2 - Portability Considerations
- Personal information is one of the most important functions found in a handset, just second to voice. One can use the PIM API for Java ME to enable mobile Java applications to read and write to/from the locally stored personal information databases. One can even write synchronizers to keep handset...
- Tags: Personal Information, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2007-03-01
- Using Java Persistence API Within a Visual Web JSF Application
- Using NetBeans IDE 6.0 and the Visual Web tools, one can write applications that connect to database tables using the Java Persistence API JPA in addition to the Visual Web JSF data provider components. After one establishes the connection to the database table, one can use the Java Persistence API...
- Tags: Web, API, Programming Languages, Java, Storage, Databases, Software Development, Software/Web Development, Hardware, Enterprise Software, Software, Data Management
- White papers 2007-12-03
- Introducing JAX-WS 2.0 With the Java SE 6 Platform, Part 1
- One of the most exciting new features of the Java Platform, Standard Edition 6 (Java SE 6) is support for the Java API for XML Web Services (JAX-WS), version 2.0. JAX-WS 2.0 is the center of a newly rearchitected API stack for web services, which also includes Java Architecture for...
- Tags: JAX-WS 2.0, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2006-09-01
- New Gaming Experiences With OpenGL ES and the Mobile Sensor API
- For game developers focused on Java ME, there are two APIs available for creating 3D graphics, the Mobile 3D API (JSR-184) and the OpenGL ES bindings for Java ME (JSR-239). The Mobile 3D API is basically the Java ME equivalent to the Java 3D API the author knows from Java...
- Tags: OpenGL, Game, Mobile, API, Sensor, Mobile 3D API, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2008-04-01
- The Java Persistence API - A Simpler Programming Model for Entity Persistence
- A major enhancement in Enterprise JavaBeans EJB technology is the addition of the new Java Persistence API, which simplifies the entity persistence model and adds capabilities that were not in EJB 2.1 technology. The Java Persistence API deals with the way relational data is mapped to Java objects ("Persistent entities"),...
- Tags: Programming Model, API, Programming, Entity Persistence, EJB, J2Ee, Programming Languages, Java, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- White papers 2006-05-01
- Programming With the Java XML Digital Signature API
- One of the significant new features of the Java Platform, Standard Edition 6 (Java SE 6) is the Java XML Digital Signature API. This API allows the user to generate and validate XML signatures. XML signatures are a standard for digital signatures in the XML data format, and they allow...
- Tags: Programming, XML, Programming Languages, Java, Software/Web Development, Web Development, Software Development
- White papers 2007-03-01
- A Java Reuse Repository for Eclipse Using LSI
- Software Reuse is a concept that is frequently mentioned as a way to improve software developers' productivity. However, there are a number of issues that need to be addressed in order for software reuse to be adopted by developers. One of those issues is providing enough reusable artifacts. The Java...
- Tags: Software, Artifact, Eclipse, Software Reuse, Java Standard API, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2007-04-03
- Using the Java Persistence API in Desktop Applications
- The JSR 220 specification defines Enterprise JavaBeans 3.0. One of its primary goals is to simplify the creation, management, and storage of entity beans. Working towards that goal, Sun Microsystems and supporting community developers created a new Application Programming Interface API that lets one use "Plain old Java objects" or...
- Tags: Desktop, Bean, Sun Microsystems Inc., API, JSR 220 Specification, Java Persistence Application Programming Interface, Programming Languages, EJB, Java, Software Development, Software/Web Development
- White papers 2007-06-01
- Rethinking the Java SOAP Stack
- This paper examines the current SOAP APIs in Java, and in particular the Java API for XML-based RPC, commonly known as JAX-RPC, which is effectively the standard API for SOAP on the Java platform. The authors claim that JAX-RPC, and indeed any SOAP API that relies upon a perfect two-way...
- Tags: Hewlett-Packard Co., Simple Object Access Protocol, SOAP, Web Services, Java, Programming Languages, Enterprise Software, Software, Software Development, Software/Web Development
- White papers 2005-05-17
- << Previous
- page 1 of 1
- Next >>