Skip to content

Java Runtime Environment for Distributed Programming

License

Notifications You must be signed in to change notification settings

michele-loreti/jResp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jResp: a Java Environment for diStributed Programming

jResp is a Java framework that aims at providing programmers with a set of API that simplify design, development and coordintion of distributed systems. To cope with size, complexity and dynamism of contemporary software-intensive distributed systems jResp provides appropriate programming abstractions that permit to represent behaviors, knowledge and aggregations according to specific policies, and to support programming context-awareness, self-awareness and adaptation.

Building

jResp is using the Gradle build automation tool for dependency managment and building. One can import the project directly in an IDE that supports Gradle, or generate meta-data for an IDE. Currently supported IDE's for this project is Eclipse.

In order to build the project, open a terminal, and execute in the core/ directory: gradle build

To build meta-data for Eclipse, open a terminal and execute in the core/ directory: gradle cleanEclipse eclipse

To build a JAR library file without dependencies, open a terminal and execute in the core/ directory: gradle jar

To build a standalone JAR file with all dependencies, open a terminal and execute in the core/ directory: gradle standaloneJar

To see more available build tasks, open a terminal and execute in the core/ directory: gradle tasks

About

Java Runtime Environment for Distributed Programming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published