743 projects tagged "OS Independent"
jRapidRPC is a Java RPC library that allows you to create client-server applications that talk in objects. It is small, fast, and extensible. Its smallness helps you learn how to use the library quickly. jRapidRPC is fast due to its compact size and lack of complexity. Also, it uses the ProtoStuff serializer by default. jRapidRPC's extensibility allows you to can write a new client-server or a new serializer.
Snippetory is a general Java template engine based on passive templates. In passive templates, template code and logic are clearly separated from each other. The templates contains very simple mark up. By removing logic, templates are directly accessible, fully parametrized, and free of context, and can easily be reused. Navigation, code competition, and structuring of the code with methods and classes are supported.
JMapper-Framework allows you to pass data from one Java Bean to another dynamically with annotations and/or XML. You can create and enrich target objects, apply specific logic to the mapping, automatically manage the XML file, implement the 1-to-N and N-to-1 relationships, implement explicit conversions, apply inherited configurations, and more.