Roma Framework 1.0.0 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Roma Framework 1.0.0 (Default branch)
# 1  
Old 11-11-2008
Roma Framework 1.0.0 (Default branch)

Image ROMA is a POJO-based Java framework with concepts taken from Ruby On Rails. It allows you to build an AJAX-enabled Web application with a database and generated CRUD in a few minutes. License: The Apache License 2.0 Changes:
New modules management. A new Logging aspect to abstract logging and to use logging facilities. Support for new View Aspect that works with XHTML 1.0, CSS2, and JSP. Support for new Semantic Aspect using the OS Jena framework. JGraph integration. A new Persistence Aspect implementation using DataNucleus technology that supports JDO and JPA. New Scripting engines. A new module to expose a POJO as a Web service using the Apache CXF framework. A new Workflow module with a transactional engine and Web GUI. A lot of issues are resolved, and there are many minor improvements. Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
FELIX(1)							   User Commands							  FELIX(1)

NAME
felix-framework - command line Felix OSGi Framework launcher SYNOPSIS
felix-framework [-b <bundle-deploy-dir>] [<bundle-cache-dir>] DESCRIPTION
felix-framework provide a way to start Apache Felix OSGi Framework from command line. After startup, it provide some simple commands to help management of OSGi bundle. OPTIONS
-b bundle-deploy-dir The Felix launcher deploys all bundles in the auto-deploy directory into the framework instance during startup. By default, the auto-deploy directory is /usr/share/felix-framework/bundle/ Specifying an auto-deploy directory replaces the default directory, it does not augment it. bundle-cache-dir path you want to use as the bundle cache. If you specify a relative cache path, then it will be treated as relative to ~/.felix/ By default, felix-framework will use ~/.felix/felix-cache/ FILES
/etc/felix-framework/config.properties The system wide configuration file for Felix Framework. See <URL:http://felix.apache.org/site/apache-felix-framework-configuration- properties.html> for further details. FILES
~/.felix/ Default user cache directory for OSGi bundle information. AUTHOR
Damien Raude-Morvan <drazzib@debian.org> SEE ALSO
<URL:http://felix.apache.org/site/apache-felix-framework-usage-documentation.html> Felix November 2011 FELIX(1)