TechRepublic Resources
- Manage relational data with the java persistence api
- The Java Persistence API (JPA) is a Java framework that allows developers to manage relational data in J2SE and J2EE applications. The JPA is defined as part of the EJB 3.0 specification (which is part of the Java EE 5 platform). However, you do not need an EJB container or...
- Tags: API, Persistence, Java Persistence API, Serialization, Persistence Entity, Persistence Metadata, ORM, Data Analysis Tool, Programming Languages, EJB, Java, Software Development, Software/Web Development, Peter Mikhalenko
- Blog posts 2008-04-25
Additional Resources
- 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
- 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
- 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
- An Introduction to Java Persistence for Client-Side Developers
- The Java Persistence API was designed as a simple way to load and save the data objects without using any SQL at all. Since it was also designed to be implementation independent, the user can change the database or persistence provider as the needs change and not worry about anything...
- Tags: Developer, Sun Microsystems Inc., Programming Languages, Java, Software Development, Software/Web Development
- White papers 2006-05-25
- Using the 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: Bean, Sun Microsystems Inc., API, JSR 220 Specification, Java Persistence Application Programming Interface, EJB, Desktops, Software Development, Software/Web Development, Hardware
- White papers 2007-06-01
- More Persistence for Client-Side Developers
- Java Persistence is a powerful technology designed to store all of the data objects in a full relational database without having to write a single line of SQL. Persistence allows desktop applications to access remote databases easily, simplifying the typical CRUD app development process. Persistence also allows client developers to...
- Tags: Developer, Java Persistence, Persistence, Storage, Databases, Hardware, Enterprise Software, Software, Data Management
- White papers 2006-06-08
- Embedded Java Persistence
- Oracle Berkeley DB Java Edition is a 100% Pure Java database one can embed within a Java application. It draws on the venerable heritage of Berkeley DB, implementing the same successful underlying principles and concepts in a way that takes full advantage of the Java platform. This paper introduces Oracle...
- Tags: Oracle Corp., Oracle Berkeley DB Java Edition, Programming Languages, Java, Software Development, Software/Web Development
- White papers 2007-03-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
- Better JPA, Better JAXB, and Better Annotations Processing With Java SE 6
- Off late released Java SE (Standard Edition) 6 brings greater convenience and greater usability to several portions of the Java programming language and platform. In particular, Java SE 6 makes it easier for Java developers to apply JAXB (Java Architecture for XML Binding) and annotations processing to their development efforts,...
- Tags: Programming Languages, Java, Software Development, Software/Web Development
- White papers 2007-09-01
- 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
- 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
- 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
- Ammentos
- A lightweight persistence framework for Java (JDK5.0 or later). Works with annotations, does not require any configuration/mapping file, runs with any JDBC compliant database (no SQL dialects to configure) and supports multi-device persistence.
- Tags: Programming Languages, Java, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2005-07-25
- DBVA for Eclipse Java Edition (exe)
- DBVA for Eclipse (DBVA-EC) 3.1, a sophisticated Object to Relational mapping designer and code generator to you. DB-VA generates real executable persistence code, persistence layer and database (DDL or direct execute to the database). You can focus on developing business logic and user interface without care about the database issue....
- Tags: Visual Paradigm International, Java, Eclipse, DB-VA, Java Development Tools, Storage, Open Source, Databases, Development Tools, Software Development, Software/Web Development, Hardware, Enterprise Software, Software, Data Management
- Software downloads 2006-05-14
- 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
- << Previous
- page 1 of 1
- Next >>