public marks

PUBLIC MARKS with tags java & framework

March 2007

February 2007

Java2Script

by Regis & 4 others (via)
Java to JavaScript Compiler & J2S SWT Library. Java-to-JavaScript compiler, provide general java.lang.* and java.util.*, and an extra UI widget library. This is very similar to Google Web Toolkit, except that GWT requires to use specific widgets wheras J2S uses standard SWT widgets. And J2S as an Eclipse License.

January 2007

XINS - XML Interface for Network Services

by Demiurge & 1 other
XINS is an open-source Web Services technology, supporting SOAP, XML-RPC and REST. It consists mainly of an XML-based specification format and a Java-based implementation framework. From its specifications, XINS can generate HTML, WSDL, client-side code, server-side code and test forms. Users do not require knowledge of any complex formats, such as XML Schema.

December 2006

Jena Semantic Web Framework

by clochix & 1 other
Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine. Jena is open source and grown out of work with the HP Labs Semantic Web Programme. The Jena Framework includes: * A RDF API * Reading and writing RDF in RDF/XML, N3 and N-Triples * An OWL API * In-memory and persistent storage * SPARQL query engine

November 2006

Aperture Framework : a Java framework for getting data and metadata

by clochix & 1 other
Aperture is a Java framework for extracting and querying full-text content and metadata from various information systems (e.g. file systems, web sites, mail boxes) and the file formats (e.g. documents, images) occurring in these systems.

October 2006

WebOnSwing

by Regis (via)
Multi environment application framework. You develop applications à la Swing, and they are web apps! Looks like Google Web Toolkit.

jWebUnit - jWebUnit 1.x

by holyver & 6 others (via)
jWebUnit is a Java framework that facilitates creation of acceptance tests for web applications. It evolved from a project where we were using JUnit to create acceptance tests. Also, we can have different testing engines. Currently, only HtmlUnit plugin is ready. As the tests were being written, they were continuously refactored to remove duplication and other bad smells in the test code. jWebUnit is the result of these refactorings.