DescriptionThis project was created for the sole purpose of sharing container created for Vaadin framework and EclipseLink. Please, have in mind that this project is untested and work in progress.
Download and usageThe project does not currently have SVN repository properly set up - it will be available as soon as there will be more people interested in using and probably improving it.
In order to obtain the source, check the Downloads page.
Once you get the java file, don't forget to change the package name to appropriate one - if you're using any decent IDE it will shout on you right away.
The only method you have to implement by yourself is acquireClientSession() - we thought it's the best way to allow custom methods of obtaining client sessions, especially if you already have another class that handles session management. Implementation can be as simple as:
@Override
protected ClientSession acquireClientSession() {
return EclipseLinkSessionBroker.acquireClientSession();
}There's no need to set any specific parameters.
Ohloh computes statistics on FOSS projects by examining source code and commit history in source code management systems. This project has code locations but that location contains no recognizable source code for Ohloh to analyze.
Copyright
©
2013
Black Duck Software, Inc.
and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a
Creative Commons Attribution 3.0 Unported License
. Ohloh
®
and the Ohloh logo are trademarks of
Black Duck Software, Inc.
in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.