OpenLSD ENOpenLSD

Download at SourceForge.net

ConceptLogic Technical Aspects Future Plan Howto Benchmarks
Home OpenLSD OpenLSM OpenR66

HowTo Use OpenLSD Framework-Jar

In this story example, You will find the database step, then the Data structure step, the Functions step, the Web step, the Jar Implementation Step and the final step.

 

 

Jar implementation Step

With a new project, you can create your own OpenLSD-Impl.jar that will replace the original one with your implementation, so as to keep the 4 other jars (Common, Server, Client and Web). Et voilà!

 

To do that, create a new Eclipse project that will contain a copy of the original OpenLSD/Business directory or OpenLSDImpl/Example directory. Keep the name of the package (openlsd.business) and modify as shown in Data step. Then create a new OpenLSD-Impl.jar that replaces the original one.