![]() | Reproduced with permission from Computer Desktop Encyclopedia. Copyright (c) 1981-2008 The Computer Language Company Inc. All rights reserved. |
Additional Resources
- 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...
- White papers 2008-05-01
- Referencing Multiple Web Services From an Application Client
- JSR 109: Implementing Enterprise Web Services defines the programming model and runtime architecture for implementing web services in Java. The architecture builds on the Java EE component architecture to provide a client and server programming model that is portable and interoperable across application servers. JSR 109 defines two ways of...
- White papers 2008-03-14
- Extended Persistence Context in Stateful Session Beans
- The Java Persistence Architecture, a part of the Enterprise JavaBeans 3.0 (EJB 3.0) specification, simplified the development of EJB applications using data persistence. A major simplification was the introduction of the EntityManager interface for accessing a database and creating, removing, or updating entities within a transaction. Entities are objects that...
- White papers 2008-02-15
- Using Oracle Berkeley DB Java Edition as a Persistence Manager for the Google Web Toolkit
- The standard Java Platform, Enterprise Edition Java EE approach for object persistence in Web applications is to use Enterprise JavaBeans EJB, an Object-to-Relational Mapping ORM technique. Java objects are translated back and forth into SQL statements and stored within a Relational DataBase Management System RDBMS as rows related across a...
- White papers 2008-02-01
- Why Microsoft hates Google's Android
- Why Microsoft hates Google's AndroidWho hates Android? (Not me.)Indeed, JavaME already is highly fragmented, so what does Monson-Haefel want to protect? I really wonder what the purpose of his posting is. Strengthen Java? Strengthen Microsoft? Create FUD around Android? Why?As we have seen with Eclipse, competition and open source are...
- Discussion threads 2007-11-29
- Why Microsoft hates Google's Android
- Richard Monson-Haefel, an analyst at the Burton group, just posted a sarcastic and inaccurate analysis of Android on the company's blog. In his article, called "Why Microsoft Loves Google's Android", Monson-Haefel claims that Microsoft should be "secretly celebrating" Google's introduction of Android. "Android is perhaps the best thing to happen...
- Blog posts 2007-11-28
- The Cells (zip)
- The Cells is a free Java based GUI designer. It supports all Java standard layouts and provides a new powerful layout manager CellsLayout. It allows you to design high quality and complex forms. The Cells is based on the JavaBeans standard. It supports and uses BeanInfos, BeanDescriptors, PropertyDescriptors, PropertyEditors (incl....
- Software downloads 2007-11-15
- Using XMLEncoder
- This paper covers advanced use of XMLEncoder, showing how it can be configured to create archives of any Java objects - even when they don't follow the JavaBeans conventions. The paper includes examples of how to make properties "Transient" and how to create archives that call constructors with arguments, use...
- White papers 2007-09-06
- Java Barcode Linear Package (zip)
- IDAutomation's barcode package contains JavaBeans, Applets, Class Libraries and Servlets for Barcoding in Java. Supports Linear and 2D barcode types including Code 128, Code 39, ITF, UPC, EAN, OneCode, DataMatrix, Maxicode and PDF417. The servlet easily creates barcodes in the web browser and may be embedded in dynamic HTML with...
- Software downloads 2007-08-16
- The second object era and open source
- The history of programming is filled with fads.Some, like artificial intelligence and virtual reality, shine like supernova, then fade away.Others, like objects, just seem to. (The illustration is from a 2002 article on CORBA and JavaBeans.)I remember covering CORBA and DCOM objects in the early 1990s. The aim in both...
- Blog posts 2007-06-12
- 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...
- White papers 2007-06-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...
- White papers 2007-06-01
- Java EE: where's the Ajax?
- Java EE: where's the Ajax?SOA instead of J2EEWhile I agree that JSF is a previous generation architecture that doesn't support AJAX well, I don't know that we need J2EE in particular to be embrace AJAX. Modern AJAX frameworks can bind directly to WSDL web services without need of JSF...
- Discussion threads 2006-10-18
- Ballmer on PC's role in Web services world
- Ballmer on PC's role in Web services worldLoverock!!:)For once Steve Balmer is rightThe following is a bit off topic, but I think the opposite of PC's role in Web Services world is no PC role in Web Services role:There has been a lot of predictions of doom for the Windows...
- Discussion threads 2006-10-10
- 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...
- Book chapters 2006-07-24
- Security Annotations and Authorization in GlassFish and the Java EE 5 SDK
- Security is very important in the enterprise environment. In the Java EE 5 / GlassFish environment, one can achieve security using Transport Level Security TLS / Secure Sockets Layer SSL technologies, authentication and authorization, and Message Level Security for Web Services in GlassFish only. This paper discusses authentication and authorization,...
- White papers 2006-07-01
- Should SOA be run more like open-source projects?
- Is SOA best left to a small cabal of "experts"? In the early 1990s, leading technology thinkers and doers recognized that enterprises needed to install a service layer that would abstract needed services from various, sundry, and mostly incompatible back-end systems. (Sound familiar?) Thus, CORBA (Common Object Request Broker...
- Blog posts 2006-06-27
- Architecting on Demand Solutions, Part 21: J2EE Security and Event Patterns - Use Model-Driven Development (MDD) to Create and Submit Events With Rational Software Architect Patterns
- This paper extends Part 8 of the series, where one uses Enterprise Patterns to quickly build Java 2 Platform, Enterprise Edition (J2EE) applications using Rational Software Architect. In this paper one will use two J2EE Security Patterns to configure Enterprise JavaBeans EJB security policies and an event pattern to create...
- White papers 2006-06-27
- Two more stories of SOA in action, right now
- In a response to my post on Phil Wainewright's post I think I caught all the hops there, Ian Bruce points to a new article that talks about the success Starwood Hotels is seeing with its SOA strategy. The hotel chain expects to be fully SOA enabled by...
- Blog posts 2006-05-05
- 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"),...
- White papers 2006-05-01
Neighboring Terms
Premier Vendor Content Whitepapers, webcasts & resources from our Power Center Sponsors
- Do more. Sacrifice less
-
"Intel® Xeon® processor-based servers are optimized for virtualization and allow IT to load more virtual machines without sacrificing speed. They can also help you save time and money while delivering great performance, flexibility, and headroom for growth.
- See the benefits of hardware-based virtualization >>







