Developing classes using MoreMotion API

Top  Previous  Next

To develop Java classes using MoreMotion API, you need to mount in your Java IDE.

  {MOREMOTION_PATH}/ROOT/WEB-INF/lib/moremotion.jar 

 

For some of the IDEs that will be enough but the others will require all the jar files that moremotion.jar depends on.

In that case mount the following jar files too.

  {MOREMOTION_PATH}/ROOT/WEB-INF/lib/moremotion.jar 
  {TOMCAT_PATH}/common/lib/servlet-api.jar

 

Installing Java Docs

To access the MoreMotion Java Docs from your IDE directly you should add the folder {INSTALLDIR}\lib\sys\moremotion\api using your Javadoc manager.

The MoreMotion Javadoc will supply all the information about the MoreMotion classes, class methods and class members in detail. As an MoreMotion API programmer most of the time you will need to concentrate only to some of them.

 

Topic Index

MoreMotionRequest Class

JDBC Connections

MoreMotion Base Classes / Interfaces

ActionService Classes

DataService Classes

Process Classes