Sponsored White Papers, Webcasts, and Downloads
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
- 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
- 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
- Ammentos (zip)
- 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: BioBytes, 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
- 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
- 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 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
- JDBaccess for Oracle (zip)
- JDBaccess is the persistence library for the Java platform. It defines major database access operations in an easy usable API. The main interface classes are Transaction, Insert, Update, Delete, Select, Result, Procedure, Function, and CallResult. JDBaccess is completely written in the Java programming language. It supports the major two database...
- Tags: Oracle Corp., JDBC, JDBaccess, Java, Databases, Programming Languages, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2006-10-18
- Karvonite (exe)
- Karvonite is a free persistence framework for the .NET Framework 2 and it focuses on the manipulation and persistence of .NET objects. This technology provides a new direction for how small to midsize applications can store and deploy data. Karvonite is not an O/R mapping tool for a very good...
- Tags: Karvonite, Karvonite Persistence Framework, .Net, Productivity, Application Servers, Middleware, Software Development, Software/Web Development, Enterprise Software, Software
- Software downloads 2006-10-13
- JDBaccess for MySql (zip)
- JDBaccess is the persistence library for the Java platform. It defines major database access operations in an easy usable API. The main interface classes are Transaction, Insert, Update, Delete, Select, Result, Procedure, Function, and CallResult. JDBaccess is completely written in the Java programming language. It supports the major two database...
- Tags: MySQL, JDBC, JDBaccess, Java, Databases, Programming Languages, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- Software downloads 2006-10-18
- Object Relational Persistence in .NET
- Stop rolling the own persistence layer. Use Object Relational Persistence ORP to turn relational database data into business objects. This paper explains about ORP and then builds an Employee Viewer application using a .NET application framework called IdeaBlade. One can see that it's easy to build and test a business...
- Tags: RDBMS, .Net, Application Servers, Databases, Middleware, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2005-08-11
- Build Superior Java Applications With Oracle TopLink
- Building Java applications that use relational databases is perhaps the single most underestimated challenge in enterprise development today. More projects are delayed, under featured and difficult to maintain because of this underestimation. The problem lies with the use of fundamentally different technologies. Java and relational databases typically have different skill...
- Tags: Java Application, Oracle Corp., RDBMS, Oracle TopLink, Programming Languages, Java, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
- White papers 2005-09-01
- Save time and aggravation with these quick solutions to thorny Java programming problems
- This sample chapter from Java Programming 10-Minute Solutions provides direct, specific solutions to five thorny problems both beginning and experienced Java programmers are likely to encounter. A straightforward Q&A approach and in-depth, code-intensive solutions address the following problems/projects: Copying and deleting directories and files...
- Tags: Sybex, Programming, Programming Languages, Java, Software Development, Software/Web Development
- Book chapters 2006-12-19
- Develop your first beans in Enterprise JavaBeans 3.0
- Just as the Java platform revolutionized the way we think about software development, the Enterprise JavaBeans EJB and Java Persistence specifications revolutionized the way we think about developing enterprise software. They combine server-side components with distributed object technologies, asynchronous messaging, web services, and persistence to greatly simplify the task of...
- Tags: O'Reilly Media Inc., EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- Book chapters 2006-07-24
- Simplifying Development
- The goal of Enterprise JavaBeans EJB 3.0 is to simplify the development of Java applications and standardize the persistence application-programming interface for the Java platform. EJB 3.0 directly addresses the primary drawback developers have identified in EJB 2.x: complexity. Enterprise JavaBeans makes developers' lives easier, by providing a clear, standard...
- Tags: EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- White papers 2005-07-01
- 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
- Javelin Modeler (exe)
- Javelin Modeler is a free, lightweight, easy to use, intuitive object modeling environment for Java. Perfect for analysts, developers, team leaders, mentors, consultants and educators this non expirying, freeware edition of the legendary Javelin Modeler+Coder is a great way to design, document and convey object oriented designs. The Javelin Modeler...
- Tags: Software, Freeware, Java, Javelin Modeler, Ooa/Ood/Oop, Software Development, Software/Web Development
- Software downloads 2006-12-12
- << Previous
- page 1 of 1
- Next >>