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.
|
联合开发
(protranslate)
提供一个网络翻译工作室的网站平台.主要针对作家和翻译工作者.
|
|
3D rotating House
(scene3dhouse)
House with a door, roof, two windows that rotates and has a different texture on the roof of the house
|
|
A community effort to adopt JXTA in Computer Aided Design (CAD)
(jxta-cad)
jxta-cad started as project to assess the of adoption of jxta in CAD applications. With bulky CAD files avialble through-out the network and with the invent of jxta the project would focus on providing the best of the technological possibilities for CAD designers,users.
This will be an effort to assess the benefits of JXTA in Core Industrial Sector like Heavy Engineering/Manufacturing/Architectural/Aeronautical field.
Basically it will be an application-cum-service which brings Consultants/Designers/Customers together by allowing them to share the best designs in their own field and exchange their views online/offline. Various CAD product manufacturers have their own file extensions eg. AutoCad having xxx.drg, Unigraphics having xxx.prt and so on.
|
|
A Framework for Test Case Optimization using Knowledge Base Approach
(TestCaseOptimization)
Developping a tool for optimizing Test cases by eliminating redundancy of test cases using fuzzy logic.
|
|
A google map portal to set up an Urban Golf outing
(urbangolfmap)
Urban golf. Urban setting, golfing context.
|
|
A home life web management system
(HomeLife)
This is an AppFuse starter project that will evolve into an very useful home life management system. A WorkLife project will complement this using SSO.
|
|
A Javascript/CSS bundling and compressing tool for web applications.
(Jawr)
Jawr is a tunable packaging solution for Javascript and CSS which allows for rapid development of resources in separate module files. In production, modules are joined into one or several bundle files, then minified and compressed, for up to a 1:5 compression ratio. At development time, modules are loaded separately an can be modified and tested without needing to go through a full build-redeploy cycle. All achieved by using a simple .properties descriptor, a servlet and a tag library.
|
|
A JUG for sustaining interest in Java development
(Jaccra)
A JUG for sustaining interest in Java development, beginning with a strong presence in the capital, Accra
|
|
A lightweight annotation container.
(AnnoContainer)
AnnoContainer is a lightweight and high performance Annotation Container that allows you to register custom annotation handlers for a one or more annotations.
|
|
A logging anti-framework.
(simple-log)
Simple Log is logging anti-framework.
It is written in protest against the many "logging frameworks" that are available and recommended by many developers.
Simple Log is a small library that does logging very simply and requires you to do almost nothing (other than actually logging) to get log output happening.
It doesn't attempt to solve every logging problem in one package, but I believe it will be suitable for at least 80% of applications that need logging.
It is much simpler to use than a logging framework, especially in terms of configuration.
And, being simple, it also has the advantage of having a tiny deployment JAR size of just 17.5 KB.
|
|
A password based authentication system for JERI
(pastion)
This project provides a Jini Extensible Remote Invocation implementation of password based login with a couple of different implementations. It includes a PAM based authentication using JNI, for linux/UNIX systems, as well as a ILFactory level mechanism.
|
|
A SAX Adapter for SAC CSS2 Parsers
(jxcss)
JXCSS is a SAX-generating CSS2 parser adapter written in Java. JXCSS can be fed from any SAC-compliant CSS2 parser. As the parser processes a stylesheet,
JXCSS produces a stream of SAX events that model the stylesheet's deep structure.
|
|
A server-pull (pseudo request-to-client) wrapper for Servlets and JSPs
(Inversion)
When developing a web application, they typical, and reasonable approach to date is to build a model that fits easily around the request-response architecture of HTTP. This means you have a web page that takes a request, fiddles with the data, and returns a response. This model is fine, for the most part, for simple applications, but can cause a very simple page-flow to become overly complex when viewed at the code level. This project is an attempt at creating a "request-to-client" (server-pull) layer that can be built on top of typical Servlets and JSPs. This means you can write a single class that encapsulates all the flow logic of your application (making it look to the programmer that calls for data are made "to the client", instead of the client calling your webapp), and the request and reponse code will take place in a completely automatic and invisible manner.
To simplify the explaination, instead of making a.jsp jump to BServlet that dispatches to Z.jsp, etc imagine writing a single class that simply says something like:
public beginFlow() {
Data a = client.getData("a.jsp");
... //do something with data
Data b = client.getData(BServlet);
...
Data z = client.getData("z.jsp");
}
|
|
A Servlet filter for guarding the application against XSS attacks
(XSSFilter)
A great amount of web applications are vulnerable against Cross Site Scripting (XSS) attacks (refer to http://ha.ckers.org/xss.html site for more information). XSSFilter is a rule based, on-the-fly reconfigurable Servlet filter.
|
|
A toolkit for producing educational simulations.
(jelsim)
The JeLSIM toolkit facilitates the creation of educational simulations. The process of creating a simulation is split into model writing and interface design through a visual interface provided by the tools. This interface provides visualisation objects (sliders, graphs etc.) which can be linked to model variables. The advantage of this approach is that whereas a programmer is needed to create the original model, the visual development environment means that the construction of individual simulation interfaces can be carried out by a teacher or other educational expert. One model can give rise to an unlimited number of simulation interfaces each customised to a particular educational need. Models can be reused at different educational levels and even across different disciplines where the same underlying algorithm is present. Once finalised, simulation interaces are deployed in one click as java applets, or as SCORM or IMS Content Packages. The tools are mature and have benefitted in the past from both public and commercial funding. Recent funding has been used to explore the potential for using these tools in an assessment environment. Prototype synchronous collaborative functionality is already present within the tools and asynchronous collaboration is easily achieved through saving state via to a server (using the SCORM API). We have also developed model builder functionality to allow the programmer to be removed from the loop for a class of models. Almost 50 models have already been developed (in chemistry, electronics, mechanics, mathematics and many other subjects) and these are also freely available. One of our aims is to create a community within a community creating a collection of freely available/sharable models and interfaces as a goal of the project.
|
|
A web application development framework
(vroom4j)
Vroom4J is a web application development framework that provides a comprehensive tag library and a couple of Servlets that provide out of the box HTML/JSP code to server side code (Backing Beans or Code Behind Classes) binding capabilities. Vroom also provides easy to implement Ajax functionality for validation, conversion and partial page refresh.
|
|
A web based framework to securely co-browse web applications
(webvision)
In todays world, support teams for many webapplications suffer from the limitations of not being able to view user actions on screen. This project aims at developing a genric plugin for webapplications to enable co-browsing.
|
|
A work life web management system
(WorkLife)
This is an AppFuse starter project that will evolve into a very useful work life management system. A HomeLife project will complement this using SSO.
|
|
a xmpp lib based on OSGi
(Mxl-OSGi)
a xmpp lib based on OSGi, OSGi Framework implements a complete and dynamic component model, something that is missing in standalone Java/VM environments.xmpp extension or plug-in (coming in the form of bundles for deployment) can be remotely installed, started, stopped, updated and uninstalled without requiring a reboot.
|
|
Abstrato-J
Small library for facilitates the creation of ajax web based application easier.
|
|
ACGNJ Java Users Group
The Amateur Computer Group of New Jersey (ACGNJ) is a forum for discussing beginner, intermediate, and advanced level Java programming. Topics will primarily focus on developing useful/practical applets and applications, but can include related topics such as Java I/O, JavaBeans, Reflection, object-oriented programming and software design issues. Meetings are held every second Tuesday of the month at the Scotch Plains Rescue Squad second floor meeting hall starting promptly at 7:30pm.
|
|
ACT
(act)
ACT (A Custom/ Cool Toolkit) is a dynamic GUI for a set of tasks for any desktop.
|
|
Active XML
(activexml)
Java Component driven xml elements to facilitate easier code readability, structuring and reuse of components required to facilitate less granularity and more business logic than core Java APIs.
|
|
Administrador de Escolas
(NORSJAVA)
The Project Administrator of Schools will serve as base for the learning of Java in the Region the Northwest of the State of the Rio Grande Do Sul - Brazil. It will be a project to automatize a school (secretariat, library, etc)
|
|
adroitchat
Chat application made in JSP servlets and database use is Sql server and login will be checked out and all conversation is alo if it can be possible..
|
|
Advanced J2EE Programming with Passion!
This is free online "Advanced J2EE Programming with Passion!" course that is being taught by Sang Shin of Sun Microsystems.
|
|
AdvanceNative2AsciiTool
An UI tool for converting different encoding to "𘚟" or "/ufffff" format (especially useful in creating multilingual properties files).
Supporting translation too.
|
|
Ajax Adapter For Hibernate
(AA4H)
Ajax Adapter For Hibernate is a framework that provides a bridge between browser based Ajax frameworks and Hibernate.
|
|
AJAX for Javaserver Faces.
(ajax4jsf)
Open Source framework that provides AJAX functionality for JavaServer Faces application.
|
|
AJAX remote java objects as if they were local JavaScript objects
(rajax)
rajax is an approach to remove the repetititve code that coders need to add for simple AJAX applications.
The main goal is to create a library that at runtime will generate a proxy JavaScript class to a server side Java class allowing the web programmer to invoke remote methods in the local JavaScript object.
|
|
ajug-adelaide
he Adelaide Java User Group is the only known South Australian Java User Group. The group's main resource is the Wiki Site at http://ajug.org.au/display/AJUG/AjugAdelaide and the YahooGroups mailing list ajug-adelaide-announce@yahoogroups.com at http://groups.yahoo.com/group/ajug-adelaide-announce
|
|
Alaska Java User Group
(AKJUG)
The Alaska Java User Group is a home for Alaska Java users to share their experience and ideas about developing applications in Java.
|
|
Albany NY Capital District Java Developers Network
About CDJDN
The Java Developer's Network (JDN), located in the Capital District of New York State, is a users' group dedicated to the JAVA platform
Through its members, the JDN provides a unique forum for developers of all experience levels to engage in technology presentations, cross-training improving Java Skill sets and social interaction.
The JDN accomplishes its mission through a member-built web site, monthly meetings at entertaining locations, short seminars, and contact with local & national software companies.
|
|
Alliant Developer Studio
(alliant-developer-studio)
A Development Enviroment able to program in any language (HTML, ASP, ASP.NET, C++, Java, ASM, C, etc.). It has a plug in system for easy additions to the enviroment.
|
|
almoxis
(almoxisweb)
A software for patrimony and contracts controll. Is a software for private enteprises that work with public agency and others private enterprises.
Will be developed initially using Java Server Pages technology in a Jakarta Tomcat Web Server. In the future the project will be updated for Struts and Hibernate technologies uses.
|
|
Altoona Java Users Group
The Altoona Java Users Group is a collection of individuals that gather to discuss Java Technologies and Java code development.
|
|
Amadeus Browser
(Amadeus)
Is an open source Browser built in java.
|
|
Amass Pharma Plus
(amasspharmaplus)
Amass Pharmaceutical assistance service is build to Pharmacy Company to medical distributors. This web application based application will have very interactive user interfaces which will make searching medicines easy and convenient. Admin who will control all the system and has the power to delete or update the information. This system will have database system which can efficiently handle large number of users. This application is build such that it can be updated depending on the business needs and expansion plans.
|
|
AmaterasIDE
We provide opensource Eclipse Plugins for J2EE. Our tool supports basic features in web application development such as editing HTML,JSP and XML. And also it supports easy development for Struts and JSF.
|
|
AMSS
(amss)
After Market Support Systems
|
|
An ant task for JAI
(jai-ant)
This ant task allows you to use ANT as a scripting language to do image processing. All the heavy lifting is done by the Java Advanced Imaging API (JAI).
|
|
An XML based web publishing framaework
(silkpage)
SilkPage is an XML based Web publishing framework that has evolved from the Docbook Website. With strong foundations in XML, it is a publishing framework with a focus on web standards and usability. SilkPage provides a framework for publishing structured and standard compliant websites in XML. It is particularly suited to publish personal websites, though it is by no means limited to them.
|
|
Andhra University College Of Engineering Java User Group
(aucejug)
aucejug is meant for Java users of Andhra University College Of Engineering , Andhra Pradesh state of India. It is just like any other JUG.
|
|
ANT Tasks for Java 1.5 Pack200 tools
(java-pack200-ant-task)
Pack200 is a new network transfer protocol for Java Class Files, which significantly reduces the download size of Java Applications. The Pack200 ANT tasks provide external Tasks for Jakarta ANT integration. Therefore ANT users can very easily Pack Java jars.
|
|
Anteater's Java User Group
(anteaterjug)
A Java User Group for people in and around UC
Irvine who are interested in learning more about Java and related
technologies.
|
|
Antmod - Modular Build, Versioning and Release System
(antmod)
Antmod is a modular Ant-based build system, using release descriptors, and basing development and releases on those. It standardizes build files for Java projects, and standardizes tagging and branching for both CVS and Subversion.
|
|
ape.dev.java.net
(Ape)
Atom Protocol Exerciser; a small program that exercises miplementations of the under-development Atom Publishing Protocol. See http://www.tbray.org/ongoing/When/200x/2006/08/11/Meet-the-Ape
|
|
AppFuse
(appfuse)
An application for starting your web applications. Checkout from CVS and execute "ant new -Dapp.name=yourApp -Ddb.name=database" to instantly be up and running with a Tomcat/MySQL app. Uses Ant, XDoclet, Hibernate, JUnit, Cactus, StrutsTestCase, Canoo's WebTest, Struts Menu, Display Tag Library, JSTL and Struts (including Validator and Tiles). Features include CMA, Remember Me, Self Registration, Password Hint. The fuse to start your apps.
|
|
AppFuse Light
(appfuse-light)
A lightweight version of AppFuse (used to be named Equinox).
|
|
Appfuse Sample Application
(sunshine)
Felini is meant to be the Appfuse Sample Application. It is a Issue Tracker application that has good practices and is AppFuse based.
|
|
appfuse-css
CSS Framework-based Themes for AppFuse and other projects using the CSS Framework.
|
|
applet agent
(apgent)
Applet programming interface provides good base for active components running on browser but among it's pitfalls are graphical user interface which is complex and more in size/number is difficult to mantain and to load. This project aims to develop a new subset of Applet itself where layout and controls can be of html.
|
|
AppTale
(apptale)
An open source generic framework to factiliate learning about your applications.
Some usecases:
- UI
- Most frequently used keystrokes
- Frequently used colors, textwidths
- Application
- Number of transactions, averge transaction size
- System
- Current memory usage
- How often connection pool is getting exhausted?
Note: Some of the data here can be retrieved by writing code yourself. But then you are writing code!
All this will be exposed via various channels, such as,
- JMX
- XML
The offering will also include a plugin to integrate AppTale in your application.
|
|
Arena Framework
(Arena)
It's a framework to access any database, it's not a table dependant like others, instead is a query dependant, making easy to create simple or complex SQL queries and get the result into an Object, it combines the best of other technologies and put it together into one lighter and simpler framework.
It is not required to map a class with the database; this framework creates dynamically all the columns and values and does not depend on the table. This approach makes the application easy to maintain.
|
|
arkansas
(ArkansasJUG)
University of Arkansas Java User Group
|
|
Assam University Silchar Java User Group
(AUSJUG)
The Assam University Silchar Java User Group intends to spread awareness about Java and the latest java technologies, and to elucidate & teach people about the immense potential of Java. Since the Group is very new and small, we haven't planned group gatherings yet. We are really looking forward to it, so join AUSJUG and have fun with Java.
|
|
aTrack
(atrack)
A bug tracking application using AOP.
|
|
Auto Ancillaries Limited
(Auto-Ancillaries-Limited)
Auto Ancillaries Limited (AAL) is in the business of manufacturing important ancillaries for the two-wheeler and four-wheeler automobile industry.
So task is to develop a project that can be used over internet.
Customers' records, Suppliers' record, products manufactured all such details will be there.
2 Types of customers : OEM, Dealers.
OEM - Which directly buyes the products from the company.
Dealers of 2 types - Authorized and NonAuthorized.
Dealers will buy the products from the company and will reach other customers via their stores.
AAL has 4 factories and each factoru will be consisting of 1 warehouse.
|
|
autolist
Inspired by Gmail's address autocomplete, I decided to develop a framework that can provide this autolisting facility by selecting data from sources like DB,File,XML,another webapp. Framework would also provide caching at the client and server end.
|
|
Automated Build & Code Doctor
(abcd)
This is an Automated Build (AB) and a Code Doctor (CD) system. ABCD works with most of the Version Control systems (Ex: CVS, PVCS). AB checks out the code once every "x" hours and does a build. CD analyzes the results of the build and creates and publishes an easily understandable report on the ABCD repository/site.
|
|
Automated Data Warehouse
(JADW)
Automated DataWarehouse is a fully automated data organization.This automatic system uses a problem oriented language to design the client based data organization.Here,B+ Tree is used
to design the FileSystem of DataBase. Hashed Logic is used for implementing different computational
algorithms.Anyone can use this DataWarehouse without using any other host O.S. Java is used here
to achieve our objectives.
|
|
AutoPatch
(autopatch)
AutoPath is an Apache-licensed automatic patching system for Java. Its most common use is to execute database patches, enabling easy database refactoring, but it is fully capable of running any logical migration.
|
|
Backend Server Simulator (for various protocols, includeing SOAP and JSONRPC)
(servsim)
A "smart" server that allows users in a multi-tier environment to record messages to the backend system and play them back. This utility decouples the development and test effort for clients from their servers. Messages are recorded once and can be played back as many times as required.
|
|
Baixada Fluminense Java Users Group
(BFJUG)
O Baixada Fluminense Java Users Group (BFJUG) é um grupo formado por profissionais e estudantes cujo objetivo é disseminar a tecnologia Java.
|
|
Bajan Remote
(bajan)
Authoring and deployment tool for Rapid Application Development
|
|
bangalore open java users group
(bojug)
This is a community if Java users in Bangalore, India. We hope to have to talks, debates, discussions,hack sessions, and participate. More importantly Share! We hope to create a forum for ideas to flow.
|
|
baraza
The Baraza Framework is a development Java Development initiative that makes application development easy. The framework takes advantage of XML to define its components. Using the framework, desktop applications, applets can be easily deployed using the same XML document with only slight modification.
|
|
Baton Rouge Java User Group
(BRJUG)
Requesting project/website for the new Baton Rouge Java User Group
|
|
Battery
|
|
bba96
bba96 is a flexible and convenient framework to persist and query data, it base on hibernate 3.x and spring 1.2.x, it can easy to integrate other mvc framework, current version include the integration for webwork2, that is a rapid web develop framework
|
|
Bean Properties For Echo2
(Echo2-properties)
Bindings between the new bean properties API to the for the Echo2 AJAX toolkit that allow rapid web development. Includes databinding, validation, i18n and automatic form creation for Echo2 applications.
|
|
BeanView
(beanview)
BeanView is a Java library for seamlessly rendering a JavaBean to a form and back. It includes a specification for the model and also implementation[s] for Swing and Echo 2.
|
|
bee
Yet another Java project build tool
|
|
Beehive Modules
(beehivemodules)
The Beehive Modules project is a set of additions, tools, and user samples for the Apache Beehive project.
|
|
Beijing Java User Group
(bjug)
our Beijing Java User Group: http://www.bjug.org
|
|
BGJUG(Bulgarian Java User Group)
The Bulgarian Java User Group is an organization of the Bulgarian developers interested especially in Java. We gather every month and discuss topics that are closely connected with the Java language. To become member of the group, the only thing to do is registrate on the web-site and attend our meetings whenever it is possible.
|
|
Binary to xml parser
(2CX)
this is a binary to xml and vice versa parser in c. this will help to improve xml trans action speed and xml size. Also hope this project will change the shape of web services in the future
|
|
Blogapps: RSS and Atom utilities and example code
(blogapps)
A set of RSS and Atom utilities, a Blog Client (MetaWeblog and Atom Protocol based), a Planet Aggregator and numerous other examples. Including a standalone Blog/Wiki demo server based on Roller and JSPWiki.
|
|
Bolide, the business oriented programming compiler
(bolide)
Bolide can be seen as the next generation of compiler. Bolide is able to produce business application from business programming instead of classical programming.
Bolide rely on formal use cases to produce a real Java application.
http://www.bolide.org
|
|
Bonsaii Internet Banking
(bonsaii-internet-banking)
Internet Banking is the online banking application totally made by using Struts Java Design Pattern using JSP And Servlets and with keeping in mind high security
|
|
Boulder JUG
The Boulder JUG meetings are always free and open to the public.
We cover topics related to Java Software Development. This includes APIs, tools, frameworks, dynamic languages, agile practices, and more.
BJUG meets the second Tuesday of each month (or the Tuesday before the DJUG meeting). Meetings begin at 6PM and includes two sessions. The first session is from 6:00 - 7:00 PM. We break from 7:00 - 7:30 PM for Pizza / Drinks and Networking. The second session runs from 7:30 - 9:00 PM. Meetings also include a few minutes for announcements; such as, job openings and other events.
Meetings are held on the campus of the University of Colorado at:
Wolf Law Building
2450 Kittredge Loop Road
Boulder, CO 80309
Normally, we meet in room 207. That my change depending on availability.
The Boulder Java User Group has been in existence since 1997. Jay Zimmerman has been the President of the Boulder JUG since late 1999. For 2009, Frederic Jean will be organizing speakers and hosting meetings.
|
|
Brazilian Java Users Society
(soujava)
Here you will have access to all tools and projects that the SouJava group will be supporting to integrate the Brazilian Java Community with the international community.
|
|
BreizhJug
Java User Group at rennes, France. "Breizh" is the translation for britany (rennes region) in breton.
|
|
Brillien
(brillien)
Starting as a hobby and developing slowly, the idea of Brillien can shift the basics of corporate application planning and development to a whole new level. No aims towards replacing existing standard EE technologies, nor creating yet another framework: Brillien is a new age architecture, allowing developers to discover an attitude that opens doors to a possibly more efficient development method.
With the increasing size and structure depth of issues being modelled, there is a directly proportional demand for a more abstract and sophisticated architecture. Given the Java language and the SDK built around it is a structure based on consistency and logic to model the world around us and define its main elements, it is an excellent basis for constructing more complex models. Corporate systems consists of more abstract components than a set of objects and packets, and mainly workflow-based.
Brillien offers an architecture that satisfies this demand. Acting as the underlaying framework it supports the flows and provides necessary tools for modelling components the flow consist of. It also handles functional dependencies, so it is safe to say Brillien is not another workflow engine; rather a corporate application development tool, that, by reducing the significance of modelling issues and inconveniences, is able to map the logical system formed during the requirement analisys and make it a functioning one. Without the restrictive constraint of backwards compatibility (aka History) the system truly shines in its vast simplicity and smoothness.
|
|
Buildap
Appliacation development framework and visual component based development tool
|
|
Bulgarian Association of Software Developers
Bulgarian Association of Software Developers (BASD) is a non-profit organization that actively supports the professional advance of the Bulgarian developers. It works for encouragement of experience exchange between them and improvement of their knowledge and skills in the area of software design and development. The Association organizes conferences, seminars and training courses for software development and software technologies specialists.
|
|
businessbay
(BusinessBay)
BusinessBay is a web-based business process modeler, which goal is to create consistant web business applications such as ERP, CRM, Business Intelligence Applications, etc...
|
|
CACard
(cacard)
Common Access card authentication Module for SunONE Identity Server. this Authentication module would be an add-on to the SunONE Identity Server which enables Strong Authentication using certificates stored on SmartCards.
|
|
CafeManagementSoftware
|
|
CalFaces
(calfaces)
CalFaces is a collection of JavaServer Faces components for use in web-based PIM applications, providing an Outlook-style calendar with day, workweek, week and month views, as well as a meeting planner.
|
|
Campinas Java User Group
(campjug)
Java User Group for Campinas and region
|
|
Cantinho do Java
Dedicado ao compartilhamento de informações sobre Java: exemplos, dicas, tutoriais, e-books, etc. Para Windows e Linux.
Dedicated to the comprehension of information about Java: examples, hints, tutoriais, and-books, etc. For Windows and Linux.
|
|
Capital Java User Group
(capJug)
A user group in downtown Madison for all those interested in Java and Java related technologies.
|
|
caramba
Caramba provides you an easy way to build responsive web applications, using AJAX technology. WebApplications can now be written in a complete Event Driven way. Only stuff you need to know is plain old Java and JSP
|
|
ccword
(CCWord)
This is a text editor, java editor,jsp editor
|
|
Charleston SC Java Users Group (JUG)
(charleston-sc-jug)
This is the Charleston SC Java Users Group (JUG).
|
|
Charlotte JUG
The Java User's Group website for Charlotte, NC. Focused on supporting a vibrant community through education and networking. Meets monthly
|
|
Chat Application
(imp)
The gole of this project is to create some API, which is used easily in any program to create chat application for any platform. We will also provide the Blue print of chat application. Chat Portlet can be created for any Portal environment.
|
|
chattools
(ricoh-chattools)
Chattools will allow users to communicate with a technician in order to solve simple problems on the MFP.
|
|
Chennai Java User Group
(ChennaiJavaUserGroup)
Hi Guys ,We are all Java guys working in different places. We are Specialized in Developing Intranet/Extranet/Internet/B2B applications for the Industries, to make their communications effective. And we are interested in discussing Java related latest developments, issues etc. The technologies we discuss are J2EE, MVC, SC, Open Source etc
|