EasyBeans

Provide a smartclient maven pom.xml without any dependency.

Details

  • Type: Improvement Improvement
  • Status: Resolved Resolved
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: EasyBeans 1.0 RC1
  • Fix Version/s: EasyBeans 1.0 RC4
  • Component/s: SmartClient
  • Description:
    Hide
    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
    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)

Activity

Hide
Florent BENOIT added a comment - 05/Dec/07 5:47 PM
If it is separated, it will be separated in 3 modules:
- API
- Client
- Server

Then, in order to execute on the client side, we will need two jars which is not so good.
Show
Florent BENOIT added a comment - 05/Dec/07 5:47 PM If it is separated, it will be separated in 3 modules: - API - Client - Server Then, in order to execute on the client side, we will need two jars which is not so good.
Hide
Florent BENOIT added a comment - 01/May/08 6:31 PM
Done !
Show
Florent BENOIT added a comment - 01/May/08 6:31 PM Done !

People

Dates

  • Created:
    05/Nov/07 12:48 PM
    Updated:
    01/May/08 6:31 PM
    Resolved:
    01/May/08 6:31 PM