Client « EJB « JPA Q&A





1. Enterprise App and the Enterprise App Client    stackoverflow.com

I came aboard a new project with a new company and we are trying to use JPA to do some DB work. So we have an Ear with an EJB, ...

2. EJB3 RMI client    stackoverflow.com

I'm currently working with on a fat client application using a self written RMI server (10 years ago). The server sends EJB1.1/2.0 beans to the client who has full access to ...

3. Client/Server access to EJB JPAs    forums.netbeans.org

MallorcaMike Joined: 08 Jun 2009 Posts: 3 Location: Mallorca, Spain Posted: Mon Jun 08, 2009 1:35 am Post subject: Client/Server access to EJB JPAs Please excuse if I ...

4. strange error concerning "informers" while deploying a JPA+EJB+client project    forums.netbeans.org

hello, I' m reading the book "java EE6 and glassfish3", in french, written by A.Goncalves. and I can't make work the example, which consist in a maven project containing a JPA entity, an EJB stateless, and a client application, and for testing purposes, I use very simple classes : the JPA class contains only two fields (id and name) (plus the ...

5. hibernate + jdeveloper + ejb + swing client    forum.hibernate.org

i have this scene: - A j2ee web application developed with jdeveloper 10g - this application has 3 layers ... DAO, Bussiness Objects, Presentation - The DAOs are using hibernate to access an oracle database - The BO are Stateless Session EJB - The Presentation is mostrly web, but theres is a small swing client If everything is executed from within ...

6. Rich Client, Hibernate, Jboss Cache, and Session EJB's?    forum.hibernate.org

Should I use Session EJBs to hide Hibernate, or have Hibernate code in each rich client, some how (assuming it's possible) using JBoss Cache to help the clients with performance? We've got a project that requires several different rich, job specific GUI's (read: Swing or SWT) to be created. Some of these UI's are very data-intensive (e.g. a real-time dispatcher's screen). ...

7. LazyInitializationExceptionon my ejb client    forum.hibernate.org

Hi All I'm new with hibernate, I had following problem working with hibernate Hibernate version: 3.2 Mapping documents: Code between sessionFactory.openSession() and session.close(): This is hibernate ...