RapidClipse Framework provides a basic architecture with layer separation (entity layer, data access layer, UI layer, business layer). The framework consists of the following packages:

Maven

RapidClipse Framework components (JARs) are available on the Maven Central Repository. By entering the Maven Dependencies in the pom.xml file the respective JARs are automatically downloaded from the Maven Central Repository.


<dependency>
	<groupId>com.xdev-software</groupId>
	<artifactId>xdev-server-aa</artifactId>
	<version>3.0.0</version>
</dependency>

<dependency>
	<groupId>com.xdev-software</groupId>
	<artifactId>xdev-server-aa-ui</artifactId>
	<version>3.0.0</version>
</dependency>

<dependency>
	<groupId>com.xdev-software</groupId>
	<artifactId>xdev-server-core</artifactId>
	<version>3.0.0</version>
</dependency>

<dependency>
	<groupId>com.xdev-software</groupId>
	<artifactId>xdev-server-mobilekit</artifactId>
	<version>3.0.0</version>
</dependency>

<dependency>
	<groupId>com.xdev-software</groupId>
	<artifactId>xdev-server-ui</artifactId>
	<version>3.0.0</version>
</dependency>


 A pom.xml file with all required dependencies will be automatically generated for RapidClipse projects that were created using the Project Wizard. So you don't have to take care of it.

Current dependencies 

account.xdev.cloud

API documentation Javadoc

You will find the API documentation Javadoc for RapidClipse Framework at

www.rapidclipse.com/docs/api

On the front page, you will find a list of all the RapidClipse Framework packages. By clicking on one of the packages, e.g. Com.xdev.ui, you open the overview of packages where you will find all of the classes for the corresponding packages.

Packages overview

In the overview of the packages you will find a list of all the classes and interfaces for the respective package. By clicking on one of the classes, e.g. XdevAccordion, you open the class overview where, amongst others, you will find all of the methods for the corresponding class.

Overview of classes 

In the overview of classes you will find the class hierarchy as well as a list of all of the methods for that class.


Open source

The RapidClipse Framework is licensed under the AGPL Open Source License. The source code for the RapidClipse Framework is published on Github at: https://github.com/RapidClipse/xdev.server