Skip to main content

Emmanuel Hugonnet's Library tagged ejb3   View Popular

29 Oct 08

EJB 3: From legacy technology to secret weapon - JavaWorld

Some say Enterprise JavaBeans earned its reputation for complexity one burned out programmer at a time. But developers today have begun to notice that EJB 3 is an entirely different animal. Convention over configuration, annotations, dependency injection, and aspect orientation make modern EJBs a lean alternative to XML-laden and JAR-heavy frameworks. In this article, Adam Bien explains how EJB 3's new component model and persistence handling help streamline enterprise development -- and even work well for small and midrange applications.

www.javaworld.com/...jw-10-ejb3.html - Preview

ejb3 tutorial reference

03 Jun 08

Dependency Injection in EJB 3 | Refcardz

Overview

With EJB 3, dependency injection has greatly simplified accessing EJB, JPA Entity Manager, resources such as JDBC DataSource and JMS Objects, and services such as Timer, User Transaction, and Web Services. You will find this reference card useful when building enterprise Java applications with EJB 3 and JPA. This reference card lists all metadata annotations, describes them and provides examples. It also provides descriptions for XML elements that you can use for injection.

refcardz.dzone.com/...dependency-injection-in-ejb3 - Preview

ejb3 ioc reference

21 May 08

Primary and secondary table with JPA

It‘s the third time I‘ve been asked if in JPA you can persist the attributes of your entity in several tables. The answer is yes. It has a performance impact (each simple query will use joins) but it can be very helpful when you need to map your objects into an existing database.

www.jroller.com/...imary_and_secondary_table_with - Preview

jpa ejb3 tips

  • It‘s the third time I‘ve been asked if in JPA you can persist the attributes of your entity in several tables. The answer is yes. It has a performance impact (each simple query will use joins) but it can be very helpful when you need to map your objects into an existing database.
28 Mar 08

How to Get the Best Performance Out of a Java Persistence Implementation : Enterprise Tech Tips

This tip discusses how to tune the Java Persistence implementation in GlassFish called Toplink Essentials.

blogs.sun.com/...how_to_get_the_best - Preview

tips ejb3 optimization jpa

25 Jan 08

Enterprise Java Community: New Features in EJB 3.1

In this first article, I'll cover the two features that have been discussed in detail so far--making interfaces optional for EJBs and Singleton Beans.

www.theserverside.com/...article.tss - Preview

j2ee ejb3 introduction

23 Jan 08

Adopting a Java Persistence Framework: Which, When, and What?

Let's begin with the following frameworks that are best known in the Java persistence landscape.
* Entity Enterprise Java Beans
* Java Persistence API
* Hibernate
* TopLink
Let me discuss these frameworks in more detail.

today.java.net/...ava-persistence-framework.html - Preview

jpa persistence ejb3 hibernate orm

27 Jun 07

Patterns And Utilities For The Java EE 5 Platform

p4j5 is a collection of samples and reusable templates which demonstrates patterns, approaches and architectural ideas for the Java EE 5 platform. All projects are created with Netbeans 6 and tested with Glassfish v2.

p4j5.dev.java.net - Preview

j2ee pattern ejb3 example

20 Jun 07

blueprints: Java Persistence BluePrints

The JPA allows the management of persistence and object/relational mapping. This category presents some solutions when using JPA in applications for JEE5. Note, this is a lite version of the catalog and just contains some of the documents online.

blueprints.dev.java.net/...index.html - Preview

ejb3 jpa tutorial reference

30 May 07

Using Annotations on the Java EE 5.0 Platform

In this article, we will first have a look at annotations and annotation types. Then we go on to discuss in detail how annotations support injecting dependencies into resources like data sources, mail sources, environment entries, EJBs, web services, and

today.java.net/...-annotations-in-java-ee-5.html - Preview

j2ee annotations ejb3 introduction

15 Apr 07

Manning: EJB 3 in Action

EJB 3 in Action is a fast-paced tutorial for both novice and experienced Java developers. It will help you learn EJB 3 and the JPA quickly and easily.

www.manning.com/panda - Preview

ejb3 tutorial

28 Mar 07

EJB 3.0 Timer Services and Timer Services API in EJB 3.0

Before EJB 2.1, one has to manually code for building and deploying time-based workflow systems. But, with the invent of EJB 3.0, thanks to Annotations and Dependency injections, life has become still more easier for creating such applications.

www.javabeat.net/..._services_api_in_ejb_3_0_1.php - Preview

ejb3 tips development

12 Feb 07

Using EJB3 with Spring

In my previous entry, I talked about how you could easily use Spring from within EJB 3 beans, thanks to the magic of EJB interceptors. But what about the other way? How do you use EJB 3 from Spring?

twasink.net/...using_ejb3_with.html - Preview

j2ee ejb3 spring tips

30 Jan 07

Testing EJBs without a container

One of the more annoying aspects of testing EJBs has always been the fact you need to bundle them up in a EAR and deploy them to a server to test them. This process makes life generally painful. As of EJB 3, however, it's no longer necessary.

twasink.net/...testing_ejbs_wi.html - Preview

ejb3 unit-test tools

29 Jan 07

Using Spring with EJB 3

But how do you get a Spring-managed bean from an EJB? The answer: dependency injection, of course. That is, with the aid of a EJB Interceptor.

twasink.net/...using_spring_wi.html - Preview

ejb3 spring tutorial

24 Jan 07

Migrating from EJB 2.x to EJB 3.0

This article discusses possible migration strategies for moving applications using EJB 2.x to the new EJB 3.0 programming model. With this in mind, it discusses the changes in the new specification in the context of each of the different bean types.

today.java.net/...ating-from-ejb2x-to-ejb30.html - Preview

j2ee ejb ejb3 tips

11 Dec 06

Sorting and Paging with EJB3

In this article we shall use NetBeans to create and deploy an ejb3 application along with a web application. The application has two parts. A) An Enterprise application using ejb3 B) A Web application which displays a data grid with sorting and paging.

jkook.blogspot.com/...cle-we-shall-use-netbeans.html - Preview

ejb3 jpa tips

27 Nov 06

Hands-On Java EE

Hands-On Java EE 5 articles describe how to develop advanced web applications with Java Platform, Enterprise Edition 5 (Java EE 5) and open source tools and technologies.

java.sun.com/...index.html - Preview

j2ee jpa ajax ejb3 development tutorial

19 Oct 06

Export EJB client jar in NetBeans 5.5

After installing Export EJB Client Jar module you can see new Export EJB Interfaces action in EJB module's context menu. This action does nothing else then it creates new ant script which overrides few targetand executes this new script.

blogs.sun.com/...export_ejb_client_jar_in - Preview

ejb3 netbeans tools

BEA Kodo 4.1: JDO 2.0 and OpenJPA and *

BEA Kodo 4.1 was recently released. I like the fact that openjpa.jar is right in there. Is this blended in action? Incidentally, this now means that developers can patch bits of Kodo themselves by hacking at Apache OpenJPA.

dev2dev.bea.com/...kodo_and_openjpa.html - Preview

jdo jpa ejb3 OpenJPA

1 - 20 of 63 Next › Last »
Showing 20 items per page

Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »

Join Diigo