EasyBeans is an open source implementation by ObjectWeb of the EJB3 container specification.

Project

Developer

Wiki

About

|
If you were logged in you would be able to see more operations.
|
|
|
|
Provide a smartclient maven pom.xml without any dependency.
This artifact have several dependencies due to it contains client and server part.
<groupId>org.ow2.easybeans</groupId>
<artifactId>easybeans-component-smartclient</artifactId>
<packaging>jar</packaging>
They may be separated in 2 artefacts. On server wich can have many dependencies such as ow2.log ... and one client with out any (or minimal)
|
|
Description
|
Provide a smartclient maven pom.xml without any dependency.
This artifact have several dependencies due to it contains client and server part.
<groupId>org.ow2.easybeans</groupId>
<artifactId>easybeans-component-smartclient</artifactId>
<packaging>jar</packaging>
They may be separated in 2 artefacts. On server wich can have many dependencies such as ow2.log ... and one client with out any (or minimal) |
Show » |
|
- API
- Client
- Server
Then, in order to execute on the client side, we will need two jars which is not so good.