Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 2

Cernunnos embodies software industry best practices based on innovative design principals. It dramatically reduces time and effort in Java development by effectively promoting reuse in common programming tasks. The Cernunnos Project is hosted by Google Code and is available freely under the Apache License, Version 2.0.

4.66667
   
  0 reviews  |  8 users  |  13,087 lines of code  |  0 current contributors  |  Analyzed 4 days ago
 
 

jSeamless is a UI abstraction layer for Java to allow developers to write code for any platform and any environment (Web, Desktop, Mobile, etc.) without having to know ahead of time the deployment platform or environment will.

4.5
   
  0 reviews  |  7 users  |  78,245 lines of code  |  0 current contributors  |  Analyzed 12 days ago
 
 

Jameica is an Application-Platform written in Java containing a SWT-UI. It provides different services (GUI-Toolkit, Logging, Security, Backup, Lifecycle-Management, Message-Bus) to the installed plugins. It's a kind of runtime environment similar to OSGi.

4.0
   
  0 reviews  |  2 users  |  58,681 lines of code  |  2 current contributors  |  Analyzed 3 days ago
 
 

The qcadoo Framework is a great tool for rapid implementation of modular database web application. Every thing in it is a module and therefore can be extended by another module. Yours for example ! While designing the qcadoo Framework we also wanted to make it very easy for new developers. For this ... [More] purpose we created two simple XML languages: one to define the GUI and the other do define the data model. Thanks to them in a few lines of code you can add a new data entity, a table for it and all the basic CRUD operations (Create, Remove, Update, Delete). Also you can always write more complex business logic in a simple POJO Java class and use the XML languages to hook it to the right events. We use this framework in our qcado MES system but is not limited to just manufacturing software. [Less]

5.0
 
  0 reviews  |  1 user  |  86,311 lines of code  |  11 current contributors  |  Analyzed 9 days ago
 
 

A code generation tool for building a working application from a UML Class Diagram of the domain model. Code templates are customizable. Templates exists for Hibernate 3.2, Struts, JSF (partial), WebWork (partial), Spring Rich Client Platform 0.3, XFire, and using Spring 2.0. The structure of ... [More] generated applications was originally based on AppFuse. [Less]

0
 
  0 reviews  |  1 user  |  0 current contributors  |  Analyzed 5 days ago
 
 

Tequila, Fast, Easy, Powerful PHP code in seconds. Tequila is a highly productive PHP framework to code faster and better. Tequila uses a powerful workflow, an advanced security engine. Good coding standards, patterns and Object oriented to help you work less not suffer more :) Use ... [More] Sunrise generator to make your applications in seconds (from DB), or code them using minimum amount of code. Maintaining and extending your applications is fast and easy with clear division of models and views. Multilanguage, Multi-database, templates, patterns, workflow, the main idea: Work less & get better results [Less]

5.0
 
  0 reviews  |  1 user  |  0 current contributors
 
 

Simple to use library that handles a lot of things for you.

3.0
   
  0 reviews  |  1 user  |  38,060 lines of code  |  0 current contributors  |  Analyzed 9 days ago
 
 

rapidRest is a simple java web framework that should be easy to use, configure and implement its core, giving the control back to the developer. The framework architecture is based upon the chain of command pattern, and in reality is an extension of the FilterChain of the servlet specification. ... [More] A set of implementations of the kernel's interfaces is provided, and using it isn't really different from some restful frameworks, eg. Tapestry, so all pages are handled by pojo classes directly mapped to the url. The differential lies upon the extreme flexibility and pluggability of the architecture, because while there is a complete set of commands to implement a whole web application, the developer has the possibility to extend, modify or create new commands, very easily and in very transparent way. Configuring the framework consists in implementing an interface that define your chain of commands and registering a filter at web.xml. There isn't a documentation yet, but there is a complete demo application using mycontainer right here. Suggested related framework: mycontainer holyavenger jsigner Last Release: 1.0.0. [Less]

0
 
  0 reviews  |  0 users  |  8,222 lines of code  |  0 current contributors  |  Analyzed 6 months ago
 
 

rapid development at ludicrous speed

0
 
  0 reviews  |  0 users  |  2,376 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 

The aim of dataweb project is to create a rapid development tool for applications oriented to the manipulations of database. The applications created with this tool are immediately usable in net. The main features of dataweb are: Client/Server architectureDataweb project is composed from a server ... [More] side that manages mainly the access to the database and from a client side that manages mainly the user interface. The two parts communicate with each other through tcp-ip protocol with the possibility to encrypt the communication Multi platformThe client and the server, can work on all operating systems compatible with java runtime: Apple Linux Solaris Windows Multi databaseDataweb project thanks to a interface implementation can support more database. Now it can use the following database engine: HSQLDB PostgresSQL Multi userDataweb project has a multiuser management having the following characteristics: Set permissions on several the objects (Tables, Views,Forms, Reports, etc..). Logging of user operations. Manage records competition. Multi languageDataweb project manages the multilanguage support because it gives to the user the possibility of being able to set up, through his profile, the language with which operating on several the objects (Tables, Views, Forms, Reports, etc..). if the translation for the chosen language is not present then it comes used the default language. Client is small dimension and self-installer and self-updaterThe client is of small dimensions (around 900 KB), it's installation happens downloading one file by browser that, once executed, it also provides the verification and possible installation of Java runtime. The client update happens automatically when it connects it's to the server. To the connection in fact it comes made a comparison between the two versions (of the Client and of the Server), if they are different the system provides automatically to download and installation of the correct version. Management of the applications to packagesDataweb project groups all the objects (Tables, Views, Forms, Reports, etc..), used by a specific application, in an only package, consequently there will be so many packages as the applications. Development, administration and use of the packages from remoteInstalling the client it is possible to enter to an any server remote or local specifying the name or the ip. Subsequently, having the necessary permissions, it's possible to develop packages ( to create Tables, Views, Forms, Reports, etc..) ,to administer the server (users, services..etc) or to use the application created. Management of the packages' versionWith Dataweb project it is possible to update software packages, already installed to the customers, automatically. When making modifications on existing packages, Dataweb creates update script with the relative version automatically. Management of the packages' installation and updateDataweb project creates installation/update packages with a procedure that writes necessary objects for the functioning software in a file. Subsequently to install this file it is necessary to be connected to server in administrator modality and to select the installation procedure that install the package or, if it already exists, update it. Integration of external modulesDataweb project is an applications oriented to the manipulations of database, but thanks to the possibility to add external modules (jar), practically it allows to build any application. Creation and use of webserviceThe webservice is a good tool to make to communicate trasparently between them software. With Dataweb it is possible to create some functions that can be recalled from any other programming language that support the SOAP protocoll (.net, php, java, etc..) . It's olso possible to recall from dataweb the webservices created from other applications. [Less]

0
 
  0 reviews  |  0 users  |  0 current contributors  |  Analyzed 7 months ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.