The Source for Java Technology Collaboration
User: Password:
Register | Login help    

Search

Online Books:
java.net on MarkMail:


java.net Incubator Projects

There are so many different ways to arrive at the home page for an interesting project here on java.net. To help you find the project you are looking for or to retrace your steps to rediscover a project that piqued your interest, you can list the projects alphabetically, by community, by topic, or by downloadable executables. You can pull out only those that are hosted here on java.net or look for the special "linked" symbol to identify those projects that are hosted on other sites. We are particularly proud of those projects that began in our incubator and have matured into successful projects and are listed as incubator graduates.

 |  | 0 | 1 | 2 | 3 | 6 | 7 | 8 | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z |  |
Web Based Student Registration System
Web Based Student Registration System
An interpreted programming language written in Java that is rule-based and has an extensible syntax.
An interpreted programming language written in Java that is rule-based and has an extensible syntax.
Web development framework that offers a good separation of business logic from the design, rapid development process, well balanced performance in limited resource environments. Framework based on MVC design paradigm with a custom Controller that is based on OGNL language, Model Manager that manages application models, and a View based on XSLT transformation. This framework proved to be a good alternative to Apache Struts.
Web development framework that offers a good separation of business logic from the design, rapid development process, well balanced performance in limited resource environments. Framework based on MVC design paradigm with a custom Controller that is based on OGNL language, Model Manager that manages application models, and a View based on XSLT transformation. This framework proved to be a good alternative to Apache Struts.
The idea of this project is to implement a File Explorer (to navigate through files and directories) in Web, so anyone can download/upload files using Web. The idea is to create plugins of input data (download) and output data (upload) so using a xml configuration we decide from where download data and to where uploading the data, all in a simple WAR file, using patterns, and with an excellent UML documentation.
The idea of this project is to implement a File Explorer (to navigate through files and directories) in Web, so anyone can download/upload files using Web. The idea is to create plugins of input data (download) and output data (upload) so using a xml configuration we decide from where download data and to where uploading the data, all in a simple WAR file, using patterns, and with an excellent UML documentation.
WhirlyCache is a simple high performance in-process cache, comparable to EHCache and OSCache (but faster). It includes pluggable implementations (FastHashMap, ConcurrentHashMap) and eviction policies.
WhirlyCache is a simple high performance in-process cache, comparable to EHCache and OSCache (but faster). It includes pluggable implementations (FastHashMap, ConcurrentHashMap) and eviction policies.
Instant Messaging and Presence applications and APIs.
Instant Messaging and Presence applications and APIs.
Yet another lightweight container that provides dependency injection, instance management and a single point of access for instances. Configuration through 5.0 style annotations. Integrates nicely with Hibernate, providing declarative transactions.
Yet another lightweight container that provides dependency injection, instance management and a single point of access for instances. Configuration through 5.0 style annotations. Integrates nicely with Hibernate, providing declarative transactions.
Receve as input a group of html prototype files and generate the java server pages with struts tags or third party taglibs. The transformation process is based on a xml definition.
Receve as input a group of html prototype files and generate the java server pages with struts tags or third party taglibs. The transformation process is based on a xml definition.
A Java User Group covering Wales and the West of England. To facilitate the exchange of Java knowledge within the region. Organise events and talks. To build a community of software professionals from a range of organisations and backgrounds. This site will address the initial development of the JUG, its direction, goals, and website.
A Java User Group covering Wales and the West of England. To facilitate the exchange of Java knowledge within the region. Organise events and talks. To build a community of software professionals from a range of organisations and backgrounds. This site will address the initial development of the JUG, its direction, goals, and website.
WisuddiSMS is a SMS API for GSM Modem or any compatible phone
WisuddiSMS is a SMS API for GSM Modem or any compatible phone
Web Timesheet is a web-based timesheet management application for workgroups. It should maintain the detailed timesheet of every employee. The entire work is done under the control of administrator and he is the person who gives approval to all activities of employees.
Web Timesheet is a web-based timesheet management application for workgroups. It should maintain the detailed timesheet of every employee. The entire work is done under the control of administrator and he is the person who gives approval to all activities of employees.
Framework that automates the consumption and providing of a service.The applications that require to access a web service as part of their workflow or business flow should be required to code to the minimal possible.
Framework that automates the consumption and providing of a service.The applications that require to access a web service as part of their workflow or business flow should be required to code to the minimal possible.
start a web service application, similar to appfuse for web applications
start a web service application, similar to appfuse for web applications
JAR-based web application resource delivery.
JAR-based web application resource delivery.
This tool monitors all applications and snmp services on the nework. Supported tools are : Oracle, MySQL, SQLServer and Sybase databases, HTTP and FTP sites, SNMP services, etc.
This tool monitors all applications and snmp services on the nework. Supported tools are : Oracle, MySQL, SQLServer and Sybase databases, HTTP and FTP sites, SNMP services, etc.
Java based online store which will show products from a backend database. Features will be: * a shopping cart * catalog browsing & searching * customer self-service * order management * customer management * catalog management * merchandising * promotions * shipping * payment * tax management * reporting Technologies used will be: jsp, jsf, hibernate, Tomcat, MySQL
Java based online store which will show products from a backend database. Features will be: * a shopping cart * catalog browsing & searching * customer self-service * order management * customer management * catalog management * merchandising * promotions * shipping * payment * tax management * reporting Technologies used will be: jsp, jsf, hibernate, Tomcat, MySQL
webtop entiry is a active unit in webtop map, reflecting the status of network elements group by its sql-like filter, a generic generator is need for bulk generation of simular entitys. it is also a testing for web-based developing
webtop entiry is a active unit in webtop map, reflecting the status of network elements group by its sql-like filter, a generic generator is need for bulk generation of simular entitys. it is also a testing for web-based developing
Full fledge J2EE Enterprise Management Portal from web-based Point of Sales to Inventory Modules, Accounting, CRM, Supply Chain etc.
Full fledge J2EE Enterprise Management Portal from web-based Point of Sales to Inventory Modules, Accounting, CRM, Supply Chain etc.
Currently they are many MVC frameworks that trying to decouple the web-tier from the business-tier. Nevertheless, these frameworks still requesting the developers to develop codes in JSP and/or some other action classes. Why not making a framework to allow a "configurable" way to attach html parameters to server side objects/services' attributes? For example, if I want to publish the stock quotes' information from an available web services, I just need to configure my html pages' parameters to map to the web services' attributes in an XML file and get the infomation published without having to develop a single codes in JSPs/Servlets. If this is possible, the html page parameters can also be mapped to other server side component that developed in other technologies such as COM+ or Corba.
Currently they are many MVC frameworks that trying to decouple the web-tier from the business-tier. Nevertheless, these frameworks still requesting the developers to develop codes in JSP and/or some other action classes. Why not making a framework to allow a "configurable" way to attach html parameters to server side objects/services' attributes? For example, if I want to publish the stock quotes' information from an available web services, I just need to configure my html pages' parameters to map to the web services' attributes in an XML file and get the infomation published without having to develop a single codes in JSPs/Servlets. If this is possible, the html page parameters can also be mapped to other server side component that developed in other technologies such as COM+ or Corba.
A MIDP based navigation program which connects to a GPS receiver and offers things such as positionining, bearing and waypoint computation, path tracking, etc. The project is developed with the NetBeans Mobility Pack.
A MIDP based navigation program which connects to a GPS receiver and offers things such as positionining, bearing and waypoint computation, path tracking, etc. The project is developed with the NetBeans Mobility Pack.
unified context-aware application model for wearable computing environment
unified context-aware application model for wearable computing environment
This project is aimed at monitoring works done in a company by the high level authorities. Initially a set of projects are assigned to the employees by their respective heads which are to be completed in a time frame. The employees should from time to time update the status of their assigned works to their heads; Whether the project is completed or postponed or in progress. The top level management will be able to view all the information relating to a particular project status.
This project is aimed at monitoring works done in a company by the high level authorities. Initially a set of projects are assigned to the employees by their respective heads which are to be completed in a time frame. The employees should from time to time update the status of their assigned works to their heads; Whether the project is completed or postponed or in progress. The top level management will be able to view all the information relating to a particular project status.
Warehouse Manufacturer System
Warehouse Manufacturer System
Week Planner helps maintain and preview week plans. There can exist several plans - for each child its school plan - which you can easily maintain and preview.
Week Planner helps maintain and preview week plans. There can exist several plans - for each child its school plan - which you can easily maintain and preview.
The Wellington Java User Group of New Zealand
The Wellington Java User Group of New Zealand
XML Persistence API
XML Persistence API
This project aims to provide a workplace to Java-based projects that that have been developed by Universo members (Universo is the acronym for Universidade Salgado de Oliveira)
This project aims to provide a workplace to Java-based projects that that have been developed by Universo members (Universo is the acronym for Universidade Salgado de Oliveira)
Full feature software installation project over network or file system performed by applet in browser or standalone manager with support for automatic updates.
Full feature software installation project over network or file system performed by applet in browser or standalone manager with support for automatic updates.
WebServices Component Oriented Cooperative Infrastructure is a collections of Components available as OSGi bundles and Spring beans designed to be building blocks of WebService infrastructure. Each component could implement or ask for Services. Components interact and collaborate each other using notification. When components runs on OSGi framework they can be deployed or undeploy on-fly and each one will adapt its own functionality depending on the availability or other Components.
WebServices Component Oriented Cooperative Infrastructure is a collections of Components available as OSGi bundles and Spring beans designed to be building blocks of WebService infrastructure. Each component could implement or ask for Services. Components interact and collaborate each other using notification. When components runs on OSGi framework they can be deployed or undeploy on-fly and each one will adapt its own functionality depending on the availability or other Components.
Type in an alert message in a web page, have the system call a list of phone numbers and play the message using text-to-speech engine. Current telephony control is done by Voicent Gateway, but can be any third party tool.
Type in an alert message in a web page, have the system call a list of phone numbers and play the message using text-to-speech engine. Current telephony control is done by Voicent Gateway, but can be any third party tool.
A repository for widgets for jWidget.
A repository for widgets for jWidget.
Witty Backbone is a broker that provides any application simple access to any registered service
Witty Backbone is a broker that provides any application simple access to any registered service
This project will create a targeted search, specified by a starting url. It will then spider all links, collect statistics, such as: number of images, number of links, table structure, whether dynamic or static and store this information in a database for reporting.
This project will create a targeted search, specified by a starting url. It will then spider all links, collect statistics, such as: number of images, number of links, table structure, whether dynamic or static and store this information in a database for reporting.
This project is intended to be a jumping off point to an attempt to include new forms of assessment within a gradebook.
This project is intended to be a jumping off point to an attempt to include new forms of assessment within a gradebook.
The goal of this project is to design and develop an automated web based tool that can be used to synchronize and/or migrate content from one Wiki implementation to another (e.g. between MediaWiki and JSPWiki). The tool will among others need to understand the different wiki formats, represent these formats in an unified object model and perform necessary conversions. It should also take advantage of any programmatic APIs exposed by the wiki servers to perform read and write operations. All conversions and data transfers have to be optionally logged and reported.
The goal of this project is to design and develop an automated web based tool that can be used to synchronize and/or migrate content from one Wiki implementation to another (e.g. between MediaWiki and JSPWiki). The tool will among others need to understand the different wiki formats, represent these formats in an unified object model and perform necessary conversions. It should also take advantage of any programmatic APIs exposed by the wiki servers to perform read and write operations. All conversions and data transfers have to be optionally logged and reported.
A java library that can read the JCAPS repository, and a few web and command line tools that make use of the library. The servlet can be used to browse the repository and it's code. The command line tools generate specific text based reports.
A java library that can read the JCAPS repository, and a few web and command line tools that make use of the library. The servlet can be used to browse the repository and it's code. The command line tools generate specific text based reports.
White Board Plugin for NetBeans It currently supports only two users.
White Board Plugin for NetBeans It currently supports only two users.
This project is a game which is made to students learn something. This game is a vile where there will have some houses, gym, school and when you get inside you'll be able to sleep, talk with others people, study (in a funny way). In this ville there will have some place where the character can play voleyball, football and others sports.
This project is a game which is made to students learn something. This game is a vile where there will have some houses, gym, school and when you get inside you'll be able to sleep, talk with others people, study (in a funny way). In this ville there will have some place where the character can play voleyball, football and others sports.
this project for purposes of study and sharing with everyone that the teacher's discretion to analyze the code during the same. The project and turned to an online application for a congress where the participants can obtain information and to enroll in Congress and can print your slip to make the payment and complete your application
this project for purposes of study and sharing with everyone that the teacher's discretion to analyze the code during the same. The project and turned to an online application for a congress where the participants can obtain information and to enroll in Congress and can print your slip to make the payment and complete your application
web
PowerAudit2 web
web
PowerAudit2 web
wok
Animation of manipulator's singular configurations
wok
Animation of manipulator's singular configurations
A plugin for NetBeans that allows developers to record, run. and automate integration tests for web applications. The project will examine using existing testing frameworks such as Selenium to integrate into NetBeans.
A plugin for NetBeans that allows developers to record, run. and automate integration tests for web applications. The project will examine using existing testing frameworks such as Selenium to integrate into NetBeans.
J2EE based ERP Application with modules like System Administration, Human Resources, Inventory, Purchase, Accounts, Production, PPC(Production Planning & Control), Marketing and Dispatch etc. with Chatting and Gaming facility.
J2EE based ERP Application with modules like System Administration, Human Resources, Inventory, Purchase, Accounts, Production, PPC(Production Planning & Control), Marketing and Dispatch etc. with Chatting and Gaming facility.
wxMatisse is a code generator that creates C++ wxWidgets code from AWT/Swing windows. The generator uses the window's properties instead of code to generate its output. In the future, wxMatisse will be integrated as a NetBeans plugin to allow direct creation of wxWidgets windows from windows created on Matisse.
wxMatisse is a code generator that creates C++ wxWidgets code from AWT/Swing windows. The generator uses the window's properties instead of code to generate its output. In the future, wxMatisse will be integrated as a NetBeans plugin to allow direct creation of wxWidgets windows from windows created on Matisse.
Uma base de dados sobre papers científicos criadas de forma colaborativa
Uma base de dados sobre papers científicos criadas de forma colaborativa
regarding tasks assigned by manager to his members in the organization
regarding tasks assigned by manager to his members in the organization
It's a thin client (browser based) application which invokes (consume) any web service available out there – provided it should be accessible to the client. It would consume all kinds of web services i.e. authenticated web service which requires username and password to be supplied in etc. Going forward, it would provide other features too in the context of web services.
It's a thin client (browser based) application which invokes (consume) any web service available out there – provided it should be accessible to the client. It would consume all kinds of web services i.e. authenticated web service which requires username and password to be supplied in etc. Going forward, it would provide other features too in the context of web services.
Work with Visual C++ projects inside NetBeans 6.5 C/C++ Development Environment. Support the Windows SDK for building Win32 applications using either vcproj or Makefile build files. Support SDK configuration toolchain that runs tools such as cl, rc, nmake, link and more. Goal: Offer a better alternative to the shameful IDE that is Visual Studio 2008.
Work with Visual C++ projects inside NetBeans 6.5 C/C++ Development Environment. Support the Windows SDK for building Win32 applications using either vcproj or Makefile build files. Support SDK configuration toolchain that runs tools such as cl, rc, nmake, link and more. Goal: Offer a better alternative to the shameful IDE that is Visual Studio 2008.
Web Portal integrating several Software Quality Assurance tools. Also parent project for CATI: a tool for trazability between Design and Implementation development phases.
Web Portal integrating several Software Quality Assurance tools. Also parent project for CATI: a tool for trazability between Design and Implementation development phases.
For educators, simulations provide a way to allow students to interact with real-world phenomena that are difficult or impossible to experience first hand. Simple examples include learning about outer space, climate change, epidemics, natural disasters, or events taking place at the molecular level. This project involves designing and developing an environment for building educational simulations within Wonderland worlds.
For educators, simulations provide a way to allow students to interact with real-world phenomena that are difficult or impossible to experience first hand. Simple examples include learning about outer space, climate change, epidemics, natural disasters, or events taking place at the molecular level. This project involves designing and developing an environment for building educational simulations within Wonderland worlds.