On GameSpot: The greatest video game strategies
7 Resources for

persistence

  • Subscribe to this listing via:
  • RSS
  • Email

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
Create components in your application with JavaBeans
JavaBeans let you visually assemble components and dynamically change properties on the fly. Peter V. Mikhalenko discusses the JavaBeans conventions, events, and listeners. The JavaBeans model enables developers to create software units called components (also known as beans). You can assemble beans into composite components, applets, or...
Tags: JavaBeans, Persistence, Java, Middleware, Peter V. Mikhalenko, bean, Java Tips Newsletter, Method, Event, Component, Class, Property, Customization, JavaBeans API Specification, java.beans.Introspector Class, Programming Languages, Software Development, Software/Web Development, Enterprise Software, Software
Technical articles 2006-12-13
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
Persist data with the XMLSerializer class
The System.Xml.Serialization namespace provides the basic functionality of persisting an object as XML. Take a look at how you can use this approach. Microsoft recognized the need to persist data by including serialization functionality in the .NET Framework with the System.Runtime.Serialization, which...
Tags: XMLSerializer, XML, Tony Patton, XML Serialization, serialization, namespace, XMLSerializer class, .NET Newsletter, Microsoft .NET Framework, Data, Class, Object, System.Xml.Serialization, System.Xml.Serialization Namespace, Deserialization, Persistence, Class Constructor, Software/Web Development, Web Development
Technical articles 2005-06-30
Persist data with the XMLSerializer class
Microsoft recognized the need to persist databy including serialization functionality in the .NET Framework withthe System.Runtime.Serialization, which provides the framework fordeveloping custom serialization solutions, and theSystem.Xml.Serialization namespaces. The System.Xml.Serializationnamespace provides the basic functionality of persisting an objectas XML. Let's take a closer look at using this approach. ...
Tags: serialization, XML, XMLSerializer, Tony Patton, namespace, XMLSerializer class, XML Serialization
Technical articles 2005-06-30
Being persistent: Tackling Entity JavaBeans
Enterprise Java Beans (EJB) allow for greater code reuse and design flexibility. Our EJB series continues with a look at Entity Beans and what it means to objects that live beyond the life of a session.To take full advantage of J2EE's Enterprise JavaBeans (EJB) architecture, your applications shouldn't rely solely...
Tags: J2EE, Application servers, Middleware, Enterprise software, Michael Kmiec, EJB, Entity Bean, Entity Beans, storage, bean
Technical articles 2002-07-17
persistence is often needed when collecting metrics
You and your team may think you did a great job on your last project, but it's sometimes difficult to get a feel for how the clients view your latest work. Company culture may be contributing to your frustration.Each week, project management veteran Tom Mochal provides valuable advice about how...
Tags: Team management, Strategy, persistence, Tom Mochal
Technical articles 2002-04-08

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
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
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 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
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
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
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
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
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
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
Woodfrog: A persistence Library for Smartfrog Components
This paper introduces Woodfrog, a library that provides persistence properties to Smartfrog components. As arctic wood frogs do to survive cold winters, the library "Freezes" a component when there is a system failure so that its internal state can be recovered and the execution resumed after the fault is overcome....
Tags: Hewlett-Packard Co., Library, Sales Tools, Sales
White papers 2006-03-01
Builder Tools: C++ persistence Library
The source code from John Torjo's article on persisting settings in C++.
Tags: C++, Tool, C/C++, Programming Languages, Software Development, Software/Web Development
Software downloads 2004-02-11
PC Windows Wave HiFi Player (rar)
In normal sound work we use three speakers to playback high, middle, and low frequency sound signal. We use persistence and pole brace. Now we have different way to separate sound signal. Use a PC to get wave file data by a computer program. And then process science calculation to...
Tags: Playback, PC, Microsoft Windows, Audio Card, Pole, Desktops, Hardware
Software downloads 2005-08-24
  • << Previous
  • page 1 of 1
  • Next >>

Featured White Paper

The challenge to achieve perfect order management

Content Types

Blog posts (1 results)
Technical articles (5 results)
White papers (1 results)

TechRepublic Featured Jobs

Job Title/Location Posted
  • Powered by: Simply Hired
  • .


Spyware: The Unseen Enemy
TechRepublic's presentation Spyware: The Unseen Enemy is a prepackaged solution for addressing spyware-related problems facing organizations. This pre ...
Buy Now
TechRepublic Power Checklist: Troubleshooting Windows Backup
Windows' native Backup program, while devoid of fancy frills such as intricate compression algorithms, offers a proven method for protecting data. Her ...
Buy Now

The Green Enterprise