Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- 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
- Component Inheritance in EJB 2.0
- Component-based architectures eliminate a number of the limitations of object-oriented development. Enterprise JavaBeans EJB components offer a greater base for reuse and integration for Java developers than POJOs. However, to make the most of what they offer requires a shift in focus from development-oriented programming to the more flexible realm...
- Tags: EJB 2.0, EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- White papers 2005-10-25
Additional Resources
- Migrating From EJB 2.x to EJB 3.0
- The EJB 3.0 specification makes programming much simpler. It makes the container do more work and the developers do less work. It decreases the number of programming artifacts for developers to provide, eliminates the requirement to implement ejb callback methods, and reduces the complexity of the entity bean programming model....
- Tags: Programming, EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- White papers 2007-01-23
- What's New in EJB 3.0
- This paper looks at the various new features introduced in the Enterprise JavaBean EJB 3.0 specification and how they'll make developing EJBs easier. The main theme of the EJB 3.0 is ease of development, which is the purpose of the new features in this paper. The proposals made in EJB...
- Tags: EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- White papers 2005-08-18
- Using EJB 2.1 Technology
- With the introduction of EJB 2.1, developers can leverage its features to work with web services even more efficiently. Some of the changes since EJB 2.0 include support for web services, addition of a container-managed timer service, generalization of message-driven beans, and enhancement of EJB QL. This session will discuss...
- Tags: EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- Webcasts
- Taking JPA for a Test Drive
- The Summer 2006 release of the EJB 3.0 specification delivers a much simplified but more powerful EJB framework that demonstrates a marked preference for annotations over traditional EJB 2.x deployment descriptors. Annotations, introduced in J2SE 5.0, are modifiers that can be used in classes, fields, methods, parameters, local variables, constructors,...
- Tags: Annotation, EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- White papers 2006-11-01
- 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
- Reengineering of Database Applications to EJB Based Architecture
- The advent and widespread use of Enterprise JavaBean EJB technology not only demands more reengineering support for legacy database applications, but also changes the reengineering practice. Initiated from the experience of reengineering database applications to EJB based architecture, this paper addresses two challenges in the mapping between database queries and...
- Tags: Database, Re-engineering, EJB, J2Ee, Application Servers, Middleware, Organizational Structure, Enterprise Software, Software Development, Software/Web Development, Software, Human Resources
- White papers 2004-09-28
- EJB
- hii want a code that will read the data form the JMS queue and create a text file for that using EJB.
- Tags: J2EE, Application servers, Middleware, Enterprise software, rinku.gangwani@..., EJB
- Discussion threads 2007-07-29
- Consider these factors before using Enterprise JavaBeans
- EJB version?It is unclear to me what version of the ejb/j2ee spec this article is talking about, but given the fact that it refers to ejb3 in its references I assumed it is about ejb3. On the other hand in ejb3 only one pojo class is needed for an ejb...so...
- Tags: J2EE, Application servers, Middleware, Enterprise software, pc.subscriptions@..., EJB
- Discussion threads 2007-05-31
- Out-of-Container EJB 3.0 Testing With Oracle Entity Test Harness
- Test-Driven Development, a core practice of eXtreme Programming, revolutionized the development of object-oriented applications by making application testing a requirement, not an afterthought. It calls for developers to devise unit tests for each class they build. Many tools, utilities, and frameworks - such as JUnit and HttpUnit - are available...
- Tags: Oracle Corp., EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- White papers
- Writing Performant EJB Beans in the Java EE 5 Platform (EJB 3.0) Using Annotations
- The Enterprise Java Beans EJB 3.0 specification vastly improves the simplicity of programming enterprise beans. This promises to increase the productivity as a developer. But what about the productivity of the production system? Will it be fast enough to meet the demands of the organization, or will a person spend...
- Tags: Performance, Java, Performant, Programming, EJB, J2Ee, Performance Management, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Human Resources, Workforce Management, Software
- White papers 2006-09-01
- Oracle Developer Day: The Services Layer With EJB 3.0
- This webcast explains about various technology options for constructing the backend Services layer and the new EJB 3.0 specification as an option for simplified persistence and business logic layer.
- Tags: Oracle Corp., Oracle Developer, EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- Webcasts
- EJB Development Made Easy Using the UML Visualizer in WebSphere Studio
- EJB development doesn't have to be hard. This paper shows you how easy it is to create an EJB-based application visually and test it on a server using WebSphere Studio V5.1.2 and its UML Visualizer. By creating a simple library application, you'll learn how to use the UML Visualizer to...
- Tags: IBM WebSphere Studio, IBM WebSphere, EJB, J2Ee, UML, Application Servers, Middleware, Enterprise Software, Programming Languages, Software Development, Software/Web Development, Ooa/Ood/Oop, Software
- White papers 2004-10-06
- how to use two different version jar in same ear
- Hi,In our project ear we have tow ejb jars.both are depending on utility jar of project.Both ejb jars depends on different version of utility jar.So while making ear i included both version of utility jar with different name & in ejb jars meta-inf file refered to different name of utility...
- Tags: J2EE, Application servers, Middleware, Enterprise software, EJB
- Q&A 2006-05-11
- Enterprise JavaBeans 3.0: Developing Your First Beans
- The primary goal of the EJB 3.0 and Java Persistence specifications was to make it as easy as possible to write and deploy an EJB-based application. Creating an application is as easy as compiling the code, jarring up the classes, and running the application server. This paper gives an introduction...
- Tags: O'Reilly Media Inc., EJB, J2Ee, Application Servers, Middleware, Enterprise Software, Software Development, Software/Web Development, Software
- White papers 2006-05-01
- Web-enabling COBOL applications with EJB
- A lot of IT professionals love to insult COBOL, but it's the backbone of many organizations' IT systems. Find out how these systems can be integrated with the new Web world.By Keith ManteMany enterprises have generated COBOL applications involving huge investments in both money and resources over the last 20...
- Tags: Programming languages, J2EE, Application servers, Middleware, Enterprise software, Builder Australia, COBOL, Java, EJB, business logic
- Technical articles 2002-08-14
- uCertify - CX310-090 SCBCD EJB Java (exe)
- Pass SCBCD CX310-090 exam in first attempt. 280 questions with detailed explanation and 100 study notes. CX310-090 - SCBCD EJB Java study notes, articles and mock test. 99% pass rate. Based on latest SUN certification exam pattern. Note:The Download Now link will download an installer file to your desktop. Remain...
- Tags: uCertify, Desktops, Hardware
- Software downloads 2007-08-15
- Get to know Sun's vendor-friendly EJB components and servers
- Sun's EJB component is not only reusable, it can be fielded freely. As an application server product, EJB is opening some doors and closing others. Let's take an inside look at the flexibility of this product.By Paul Harmon and Jason MatthewsLet's consider what's so special about [Sun’s] EJB [Enterprise JavaBeans]...
- Tags: J2EE, Application servers, Middleware, Enterprise software, Guest Contributor, application server, EJB container, Sun Microsystems Inc., server, EJB, EJB component
- Technical articles 2000-02-03
- 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
- << Previous
- page 1 of 1
- Next >>