When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. List of Java frameworks - Wikipedia

    en.wikipedia.org/wiki/List_of_Java_frameworks

    The Java Media Framework (JMF) is a Java library that enables audio, video and other time-based media to be added to Java applications and applets. Java Topology suite Java Topology Suite (JTS) is an open-source Java software library that provides an object model for Euclidean planar linear geometry together with a set of fundamental geometric ...

  3. Apache Wicket - Wikipedia

    en.wikipedia.org/wiki/Apache_Wicket

    Apache Wicket, commonly referred to as Wicket, is a component-based web application framework for the Java programming language conceptually similar to JavaServer Faces and Tapestry. It was originally written by Jonathan Locke in April 2004.

  4. Soot (software) - Wikipedia

    en.wikipedia.org/wiki/Soot_(software)

    Jimple is an intermediate representation of a Java program designed to be easier to optimize than Java bytecode. It is typed, has a concrete syntax and is based on three-address code. Jimple includes only 15 different operations, thus simplifying flow analysis. By contrast, java bytecode includes over 200 different operations. [5] [6]

  5. Kawa (Scheme implementation) - Wikipedia

    en.wikipedia.org/wiki/Kawa_(Scheme_implementation)

    Kawa is a language framework written in the programming language Java that implements the programming language Scheme, a dialect of Lisp, and can be used to implement other languages to run on the Java virtual machine (JVM). It is a part of the GNU Project.

  6. List of Apache Software Foundation projects - Wikipedia

    en.wikipedia.org/wiki/List_of_Apache_Software...

    Jakarta Cactus: simple test framework for unit testing server-side Java code; Joshua: statistical machine translation toolkit; Apache jUDDI Committee Scout: Apache Scout is an implementation of the JSR 93 (JAXR). Labs: a place for innovation where committees of the foundation can experiment with new ideas; Lens: Unified Analytics Interface

  7. Stripes (framework) - Wikipedia

    en.wikipedia.org/wiki/Stripes_(framework)

    Stripes is an open source web application framework based on the model–view–controller (MVC) pattern. It aims to be a lighter weight framework than Struts by using Java technologies such as annotations and generics that were introduced in Java 1.5, to achieve "convention over configuration". This emphasizes the idea that a set of simple ...

  8. RDF4J - Wikipedia

    en.wikipedia.org/wiki/RDF4J

    The RDF4J Rio (RDF Input/Output) package contains a simple API for Java-based RDF parsers and writers. Parsers and writers for popular RDF serialisations are distributed along with RDF4J, and users can easily extend the list by putting their parsers and writers on the Java classpath when running their application.

  9. Seasar - Wikipedia

    en.wikipedia.org/wiki/Seasar

    The aim is to reduce the number or eliminate configuration files by making developers conform to programming and configuration conventions and letting the framework do the work. For example, if a property type is an interface and there is an object that implements this interface, dependency is configured by the container.