On MP3.com: Free MP3s from Daytrotter
1 Resources for

entity instance

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

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...
Tags: Persistence Context, Entity Instance, EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
White papers 2008-02-15

Additional Resources

ADO.NET Tech Preview: Entity Data Model
The Entity Data Model is an Entity-Relationship data model. The ER model is familiar to most if not all database application developers, and has been used successfully for about 30 years. The central concepts in the EDM are entities and relationships. Entities are instances of Entity Types (e.g., Customer, Employee)...
Tags: Microsoft ADO.NET, Entity, Entity Data Model, Storage, Databases, .Net, Hardware, Enterprise Software, Software, Data Management, Software Development, Software/Web Development
White papers 2006-06-01
Converting an EJB 2.0 Entity Bean to EJB 3.0
The Enterprise JavaBeans EJB 3.0 specification has facilitated the development of EJBs, by providing an annotations-based API in which the remote/local and home/local home interfaces are not required. The deployment descriptors that form the basis of an EJB 2.0 entity bean are also not required for deploying an EJB 3...
Tags: EJB 2.0, EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
White papers 2006-01-01
Appreciating the Entity Object
An Oracle Application Development Framework ADF entity object represents a business domain entity such as an order, a part, a customer, or a service request. By creating a set of associated Oracle ADF entity objects that represents the full business domain model inside the J2EE applications, one can significantly boost...
Tags: Oracle Corp., Entity, J2Ee, Middleware, Programming Languages, Enterprise Software, Java, Software Development, Software/Web Development, Software
White papers 2006-01-01
The ADO.NET Entity Framework: Making the Conceptual Level Real
This paper describes the ADO.NET Entity Framework, a platform for programming against data that raises the level of abstraction from the logical relational level to the conceptual entity level, and thereby significantly reduces the impedance mismatch for applications and data services such as reporting, analysis, and replication. The conceptual data...
Tags: Microsoft ADO.NET, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
White papers 2006-12-01
MSDN Webcast: Programming LINQ and the ADO.NET Entity Framework (Level 200)
Language Integrated Query LINQ introduces an exciting new way for applications to build strongly typed queries that are deeply integrated into the programming language. The ADO.NET Entity Framework allows applications and services to work in terms of an application-oriented Entity Data Model, decoupling the application's data model from the storage...
Tags: Microsoft Developer Network, Application, Webcast, Microsoft ADO.NET, LINQ, Programming, ADO.NET Entity Framework, .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
Webcasts 2008-01-30
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
Philosophical ramblings on an abstract subject
blog rootWhy model the world?I just participated a seminar where the topic today was, titillatingly, "management of knowledge and ignorance". The lecture handled an ontology developed by the Finnish professor emeritus Veikko Pohjola. He claimsamong other things that each entity in this world can be modelled as consisting of four...
Tags: Strategy, ilkka.karanta@...
Discussion threads 2005-05-20
ADO.NET vNext Part 2: Using the Object Services Layer
The first installment of the three-part article series introduced the core concepts of ADO.NET vNext, including the Entity Data Model EDM, Entity SQL, and the Mapping Provider. It also discussed the steps involved in executing entity SQL queries against the EDM and retrieving output in the form of rows and...
Tags: Microsoft ADO.NET, Jupitermedia Corp., .Net, Databases, Software Development, Software/Web Development, Enterprise Software, Software, Data Management
White papers 2006-12-08
MSDN Webcast: Entity Framework for Database Administrators (Level 200)
The Entity Framework is a new data technology from Microsoft that may particularly interest database administrators DBAs. This webcast shows how this technology can radically change the development of applications from a DBA perspective, and also change access patterns on servers. It also discusses these changes and their impact on...
Tags: Microsoft Developer Network, Database Administrator, Webcast, Entity Framework
Webcasts 2007-09-29
Microsoft CRM 3.0 Customization Planning Forms (exe)
This download includes one file for each customizable entity in Microsoft CRM. Each file includes default forms, views, attributes, and reports for the entity, with tables to add information on what you want to change. These files are designed to be printed and brought to meetings where managers and employees...
Tags: Microsoft Corp., Microsoft CRM, Customization, Customer Relationship Management (CRM), Enterprise Software, Software
Software downloads 2007-08-31
So, Your Data Are in Excel!
Excel is not a relational database; it's a spreadsheet. A relational database contains tables where each column holds the value for an attribute. Every value in that column holds the same attribute, but for a different entity. Each row holds the attributes for a single entity. SAS expects its datasets...
Tags: SAS Institute, RDBMS, Microsoft Excel, Microsoft Office, Databases, Office Suites, Software, Enterprise Software, Data Management
White papers 2006-01-23
Microsoft CRM Planning Forms (exe)
Microsoft CRM Planning Forms includes one file for each customizable entity in Microsoft CRM. Each file includes default forms, views, attributes, and reports for the entity, with tables to add information on what you want to change. These files are designed to be printed and brought to meetings where managers...
Tags: Microsoft Corp., Microsoft CRM, Microsoft CRM Planning Forms, Customer Relationship Management (CRM), Enterprise Software, Software
Software downloads 2007-08-17
Autonomous Services and Enterprise Entity Aggregation
Enterprises depend on heterogeneous systems and applications to function. Each of these systems manages its own data and often doesn't explicitly expose it for external consumption. Many of these systems depend on the same basic concepts like customer and employee and, as a result, these entities have been defined in...
Tags: Aggregation, SOA, Entity Aggregation, Service-Oriented Architecture (SOA), Web Services, Performance Management, Middleware, Enterprise Software, Software, Human Resources, Workforce Management
White papers
Transitioning into OOP: Encapsulate data with entity beans
In a previous article,we tried to alleviate fears you may have had about building your first EJBs bywalking you through the implementation details of a simple stateless sessionEJB. In this article, I will explore the important details of entity beans andhow they are used to encapsulate data entities to be...
Tags: EJB, EJB container, Entity Beans, J2EE, Jeff Hanson, object-oriented programming
Technical articles 2004-11-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
Mergers and Acquisitions - Supporting IT Integration Efforts
Enterprises whose growth strategies include mergers and acquisitions are faced with unique challenges associated with the integration of distinct business entities. Not the least among these challenges are the ones presented in combining different IT infrastructures. Modern corporations rely on the smooth operation of their IT infrastructures to support their...
Tags: IT Infrastructure, Acquisition, Merger, Siemens AG, Information Technology, Mergers & Acquisitions, Strategy, Investment, Finance, Management
White papers 2004-08-01
sql cluster multiple instance
Can someone explain to me how SQL 2000 with multiple instance (active/active) clustering on Windows 2003 works? Also, is there any way I have an active/passive SQL cluster with a SAN right now and understand that. From what I've read it sounds like multiple nodes do not access...
Tags: Programming languages, Databases, clustering, SQL
Discussion threads 2005-08-08
Using Oracle Clusterware to Protect a Single Instance Oracle Database
This paper introduces the use of Oracle Clusterware to provide Cold Failover for a single instance, non-rac, Oracle database. A Cold Failover cluster can used to protect a single Oracle instance from a system or server failure. The basic function is to monitor a database instance running on a server,...
Tags: Function, Oracle Corp., Oracle Database, Sales Tools, Storage, Databases, Servers, Sales, Hardware, Enterprise Software, Software, Data Management
White papers 2006-11-01
  • << Previous
  • page 1 of 1
  • Next >>


Microsoft Word Crash Course
This pre-packaged presentation contains everything you need to instruct end users about how to get the most out of Microsoft Word -- even if you don't consider yourself a public speaker.
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

All-in-One Printers