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.
|
2 text cartoon tutorial
(2numbercartoontutorialsforcpuandchips)
text used in cartoon tutorials " flying text "
|
|
A Multicast DNS and DNS-SD Library
(JiveDNS)
JiveDNS is a fork of the defunct JmDNS library, used for multicast DNS service discovery and registration.
|
|
A powerful Go SGF viewer/reader running on mobile
(yygo-midp-local)
New!
A powerful Go SGF viewer/reader running on mobile. Can read any SGF files residing on the mobile. support nokia, samsung, moto, sonnic, dopuda machines.
|
|
A SIP Servlet Profile for the Mobicents JSLEE platform
(mobicents-sip-servlet-profile)
A SIP Servlet "profile" implementation for JSLEE. The objective is to create a servlet like interface for SLEE so that SIP servlet applications can run with minimal changes under the SLEE.
|
|
A very simple bluetooth API to hide the JSR82 complexity.
(btutil)
Are you bored trying to learn how to use the JSR82? Don't worry anymore. I had the same problem as you and that's why I decided to free you from this hard task.
Instead of using and learning JSR82, download BtUtil API, read our documentation, and find out how enjoyable can be the bluetooth programming ;-)
|
|
A Web application for creating podcasts
(podcaster)
This project provides a Web application for creating RSS feeds and HTML files for publishing podcasts.
|
|
Accendia Iris Server
(accendia)
CONCEPT
Iris Application Server enables high performance Java networking by implementing Remote Procedure Call over a binary wire protocol. The server is handling client request using non-blocking sockets and a pool of execution threads minimizing resource usage when servicing a large number of simultaneously connected clients.
Communication is bidirectional over the same socket connection initiated by the client. The client applications invoke command objects deployed on the server through public command interfaces. The server side invokes client callback objects registered on the client through public callback interfaces. Because the server doesn't have to open a separate socket connection to invoke the client Iris applications that must notify the client through callbacks work even when the client is behind a firewall.
The user must login to the server providing a user and a password. Users are assigned roles and in turn roles are granted privileges to execute command objects. The server verifies the user privileges on each server invocation with little CPU utilization and no IO.
The server supports secure communication based on public key cryptography. To enable secure communication it is enough to install a certificate on the server and the client must specify the secure flag when connecting.
APPLICATION COMPONENTS
An Iris client/server application is comprised of the following elements:
Public Interfaces
These are Java interfaces deployed on both the server and the client. The public interfaces are implemented by server side command objects, client/side callback handlers and non-primitive Java data types that are transferred in the client/server communication.
Command Objects
Command objects are plain Java objects that implement a set of public interfaces deployed both on the client and the server. They are associated with a command name and the client can invoke the command by obtaining a client side proxy object that implements all public command interfaces. Command objects are shared by all connected clients.
Dynamic Commands
Dynamic commands are references to remote objects that are allocated and returned by a command object invocation. A dynamic command is declared by annotating the interface implemented by the command with &Dynamic. Upon remote invocation completion the client obtains a reference to a remote dynamic command object allocated on the server that is owned by the invoking client session. The dynamic commands are automatically destroyed when the client session terminates.
Client Callbacks
Client callbacks are plain Java objects that implement a set of public interfaces deployed both on the client and the server. The client application instantiates a callback handler object that implements one or more public callback interfaces. The server side code can invoke the callback handler on the client through a callback proxy that implements the callback interfaces.
Downstreams
Iris downstreaming is a mechanism that facilitates the download of large hierarchical data from the server to the client. Downstreams are object references returned by command invocations. The client downloads the server data by invoking getNext streaming methods for all serialized data items. A downstream works similar to SQL cursors except that fields returned in the records can also be downstreams, thus implementing hierarchical data streaming.
Application Security
Command objects and factories invocations are controlled through execution grants. The user is assigned application defined roles which in turn are assigned grants to execute certain command interfaces, all interfaces implemented by a command or all commands that are part of an application. Planning and designing the application security is intentionally enforced by the Iris development process as it's very difficult to introduce security after all public interfaces and command functionality was implemented. The application developer must determine upfront the user types that will use the application and create application roles for each of the types. The application functionality must be split into commands and interfaces in such a way that will allow assigning execution privileges to appropriate application roles and ultimately user types.
Session Listeners
Session listeners are server side object instances that are invoked when a client session is established or terminates. They are necessary when the application must allocate session resources when the client connects and release these resources when the client disconnects. The application developer must not rely on the client invoking server-side cleanup functionality before disconnecting and must implement session cleanup using a session listener.
Application Listeners
Application listeners are server side object instances that are invoked when the application is started or shutdown and are implemented by the developer to perform application resources initialization and cleanup.
Assembly File
The developer declares the application components deployed on the server in the assembly file application.properties located in the root of the directory structure of the application. Applications are deployed on the server as a list of jar files and class files under a predefined structure. The server creates a class loader using the application jars and class files and uses the information in the assembly file to instantiates command objects and factories, session listeners, application listeners, client callback invocation proxies and initialize application security based on application roles and assigned privileges.
|
|
AllianceP2P
AllianceP2P takes the best from BitTorrent and Direct Connect and creates a decentralized and secure private P2P/friend-to-friend network for instant messaging and file sharing. It supports file swarming (multi-source download) and is Unicode capable. Calling for help from any interested developer for further development.
|
|
An Implementation of SIP Servlets for Jboss
(mobicents-sip-servlets)
The purpose of this project is to build an implementation of SIP Servlets for the JBoss application platform and develop interoperability standards between SIP Servlets and JAIN-SLEE
|
|
ani-pro
video conferencing application
|
|
anyxcom
java/linux mobile comms
|
|
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.
|
|
Arsenal R/T Collaboration & Conferencing
(Arsenal)
Client-Server real-time conferencing and collaboration platform with plugin architecture for easy extensibility. Features instant messaging, file sharing, shared web browser, whiteboard, persistent sessions, and VoIP via SIP Communicator.
|
|
Aspirin Mail Server
(aspirin)
An embeddable, or standalone open source SMTP server written in Java. Useful when your application needs to send mail but you don't want to require users to configure the app to know about a server, or, if one isn't available.
|
|
audio video conferencing in java using JMF
(avconferencing)
audio vedio conferencing code for LAN , that has been developed in java using java media framework ,
|
|
bbs2java
Forum based on java and like of phpBB.In this project use Spring,Hibernate and Struts .etc technologe.
|
|
bluebox
It's a Bluetooth Server, responsible to send medias over this technology to any bluetooth device in a limited area.
|
|
BlueID
(blueid)
ID recognition via Bluetooth Technology
|
|
Buni Meldware Communication Suite
(Meldware)
An open source groupware project written in Java which presently includes a mail server (IMAP/SMTP/POP3), calendar server (iCal/WCAP), Webmail/WebCalendar (Flash/Flex) and Graphical Administration tool. The project integrates well with Mozilla Thunderbird and Lightning as well as Evolution and Outlook.
|
|
CaJo
(cajo)
An RMI framwork for collaboration between applications. It allows spontaneous interconnection, and also provides for the transmission of graphical user interfaces. It is freely licensed under the GNU LGPL.
|
|
canto
Web conferencing and collaborating Tool. With canto you can show Presentations, Applications and Desktops to any other person over the internet. You can chat, show your webcam and talk with others in the meeting
|
|
cellphonejava
Tools for Cellphones, J2ME, DoJa, e.g. screen savers, mobloggers
|
|
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.
|
|
cms
Corporate Instant Messaging
|
|
CMS
CMS
|
|
com4j
A Java library that allows Java applications to seemlessly interoperate with Microsoft Component Object Model.
A Java tool that imports a COM type library and generates the Java definitions of that library.
|
|
Communications Frameworks TOP LEVEL
(frameworks)
Top level directory for communications frameworks
|
|
Communications Services Framework
(csf)
The Communications Services Framework framework provides a set of web services to enable IP telephony deployment and more generally peer-to-peer real-time communication. It will solve the problems encountered when deploying a multi-network IP communications infrastructure.
(Security, Authentication, Identites, User Mobilitiy, NAT, Firewall, and Gateways)
|
|
communications-radio
TOP LEVEL for radio related Communication projects
|
|
Cordia_Web_SIP
(cordiasipweb)
This is a web based SIP communicator. A registered user could login to a web site, and access the web communicator. By providing self UID and SIP proxy settings, this user should be able to make and receive calls. The interface should alos be able to provide a place to record VM, in case user not available. Retrieve VM from their account, by dialing access codes. The call log time must be entered into a SQL server DB, alongwith Caller, Callies IDs.
|
|
Desarrollo para dispositivo Ricoh
(ProyectoJava)
Desarrollo de una aplicación Java para un dispositivo Ricoh
|
|
DiameterServlet
This requests the creation of a Diameter Servlet API specification based on the model of the existing JDiameter API
- DiameterServlet API
- Default implimentation
|
|
diameter_sip_app
(DiameterSipApp)
I'd like to propose a substantiation for creating new subproject of JDiameter.
I've just made a draft implementation of Diameter SIP Application and I'm ready now to contribute it to JDiameter as a subproject. The Diameter SIP Application is based on IETF RFC 4740. Diameter SIP Application allows Diameter clients to request authentication and authorization in conjunction with SIP, this enables SIP servers to add new additional functionality and offer wider range of services.
I think this could be useful for community and for JDiameter ratings due to
* The Diameter SIP Application can be used by SIP Service vendors and Application Servers suppliers to customize services and offer new set of revenue generating exciting services.
* The Diameter SIP Application empowers SIP based applications and services with the means to connect to different network components like Charging functionalities, QoS, Rating and User information databases, this enables to enhance SIP services with advanced Authorization and Accounting features, further increasing revenues and offering improved and user customized service and experience.
* The Diameter SIP Application enables SIP solutions to benefit from telco, Next Generation like experience increasing customer satisfaction with customized high quality service.
|
|
Docclerk application using Tapestry, Spring and Hibernate
(docclerk)
The goal of the project is to guide developers in designing Web applications which uses various Opensource frameworks to build a scaleable, efficient and reliable Web application.
The deliverables are:
- Getting Started documentation.
- Detailed documentation on architecture.
- Sample applications including source code.
- Sample application documentation.
- Deployment documentation.
|
|
DoubleTalk Messaging System
(doubletalk)
DoubleTalk System is chatting software based loosely on the popular Internet Relay Chat (IRC) system. It comprises two parts, a chat server – DoubleTalk Server and a chat client – DoubleTalk Client.
The server handles all communications to and from clients. Each user can run the client program and connect to the server to chat. All clients and the server maintain a list of online users. The list is updated based on the server messages as soon as the status of some client changes. There is so far only one chat room (channel) in which all clients can see all messages. Users can also choose to chat in private with anyone on the list. File transfers are possible during private chat sessions.
|
|
Duke Communication System
(dukecomm)
A Swing chat application based on the client-server model. Has a main chat room, private chat and file transfer.
|
|
eclipsee
(eclipslee)
A plug-in for the Eclipse IDE aimed to develop easily Jain SLEE-based projects.
|
|
Ecobilling
coming up with a hotspot billing software,both wired and wireless solution with the use of a radius server
|
|
Electronic Short Messaging Serivices
(SMSMessaging)
The application Electronic Short messaging services is used for communication purposes. It is used to send and receive short messages and it is a hybrid of Internet and cellular communication network. It can be used in business firms, offices, colleges, homes etc. In a business organization the application allows the business entity to interact with an employee or a group of employees at any given point of time via mobile phones i.e. through Short Message Services and through emails. The business entity is sending a single message which will be forwarded by the application to all the employees as SMS or as emails.
|
|
EthUtil
(ethutil)
New!
A library of utils methods using Sockets and Ethernet. It Implements hosts discovery using ARP and PING, and abstractions made easier the Server/Client process of communication.
|
|
Everybuddy collaboration and messaging platform
(Everybuddy)
Everybuddy provides a platform for a real time topical collaboration network.
|
|
Express Mail
(expressmail)
This project is like a complete mail server with inbox,outbox etc..
This project should also send instant message to the clients which is booted now.
This project should be done only in java
|
|
Feed reader which "speak"
(Feed2Speech)
Feed2Speech integrates a speech synthesizer (FreeTTS) allowing the user to listen the RSS feeds on the web. English only.
|
|
financialfree
Create a mobile personal finance manager that allows everyone is able to manage his or her finance anytime and anywhere easily.
|
|
flux
Flux is jsr 212 implementation (SAMS)
|
|
fouxchat
A simple client/server chat
|
|
fully distributed p2p instant messenger based on the chord p2p algorithm
(lakaim)
lakaIM is a peer-to-peer instant messenger software based on the chord peer-to-peer lookup protocol. It offers online and offline messaging, a distributed user directory and a basic file sharing mechanism as well as encryption services. It is written in Java using the jchord library and it is developed using the MVC(model-view-controller) design pattern.
|
|
Ganex
(ganexpeep)
Software that can manage a network and "VIEW" or monitor the work done by sub-ordinates working on the same network.
|
|
generyk
Computer Assisted Telephony Server
|
|
GeoTools
Geotools is an open source/ free Java GIS toolkit for developing standards compliant solutions. It provides an implementation of Open Geospatial Consortium (OGC) specifications as they are developed.
|
|
GJTAPI
(gjtapi)
This is a framework that allows for the quick development of JTAPI, JAIN Call Control and JAIN Jcat implementations through the use of a simplified service provider interface.
|
|
GreenThumb
(greenthumb)
GreenThumb is a well known Jabber Applet. It does basic jabber and experimental voice chatting.
|
|
hbx
Framework to create nets over lan network.
|
|
HotelSystem
Trabalho de Graduação, sistema de controle hoteleiro
|
|
hummingbird
(Hummingbird)
Hummingbird is a pure-Java SMS Gateway server. It is an enterprise plug-in to enable enterprises to take advantage of the use of SMS messaging for business applications.
|
|
Hummingbird - SMS Gateway Server
(hummingbird)
Hummingbird is a pure-Java SMS Gateway server. It is an enterprise plug-in to enable enterprises to take advantage of the use of SMS messaging for business applications.
|
|
IAX for SIP Communicator
(iax4sc)
An implementation of the IAX protocol for SIP Communicator
|
|
Instant Messenger for Java User Group
(jugim)
The primary idea is to promote idea sharing, co-development and inter-JUG communication. Thus making virtual JUG possible.
JUG IM employs JXTA as its primary technology to enable peer-to-peer communication, group discovery and so on.
JUG IM is a project under KLJUG, and we encourage other virtual-JUG to use this as your primary communication tool.
|
|
irc4sc
An implementation of IRC for SIP Communicator.
|
|
iwakiChat
(iwakichat)
iwakiChat is a one to one encrypted chat application that utilizes SSL and perhaps blowfish to secure the communication between clients
|
|
j2blog
|
|
JAIN
Community for the JAIN (Java API for Intelligent Networks) Initiative, which is working on Java-based APIs that enable the rapid development and deployment of next-generation telecom applications and services, targeted at the converged data and voice network service providers. Contributed by NIST, the initial project is an Internet telephony/Voice-over-IP project providing a public domain SIP stack implementing the JAIN SIP APIs
|
|
jain
(voip)
voip with jain sip
|
|
jain benchmarks
(jainbenchmarks)
Java Benchmarks for Communications
|
|
JAIN SIP
(jain-sip)
JAIN SIP Developer Tools
|
|
JAIN SIP API based applications on SIP Servlet containers
(jain-sip-api-adapter)
The project's main goal is to make a layer in between SIP Servlet and JAIN SIP API's SipListener so that all available requests are forwarded to SipListener and all Responses are forwarded by a SIP Servlet rather than the API it self. So we are planning to wrap up the RI of JAIN SIP API to make sure that the SipProvider uses the SIP Servlet for sending and receiving and sending SIP Messages.
|
|
JAIN-SIP Applet Phone
(jain-sip-applet-phone)
A JAIN-SIP Applet Phone with voice and text Messaging. Use Applet technology, TCP pipes and TCP tunneling to build zero configuration SIP-Based voice and IM messaging capability into your web pages. Requires JMF plugin.
|
|
JAIN-SIP Gateway
(jain-sip-gateway)
A media and signaling gateway using JAIN-SIP, JAIN-SDP and the Java Media framework. Convert Message to SDP streams and gateway RTP streams between networks for firewall traversal.
|
|
JAIN-SIP gateway
(jain-sip-itsp-gateway)
A B2BUA based on jain-sip that can gateway to ITSP service providers.
|
|
JAIN-SIP Third Party Call Control
(jain-sip-3pcc)
Third party call control example application for JAIN-SIP.
|
|
jain-sip-presence-proxy
JAIN-SIP Proxy Server with Presence Support. JAIN-SIP IM Client
|
|
Java Architecture, Application and Service Environment for Universal Networks
(JASUN)
A Java Architecture, application and Service execution environement towards IP based Universal network comprising Wireline and Wireless ( Mobile and TDM), where the networking and its entities will be formed around every individual user ( not applications) and to expand. It is quite reverse from the present and conventional approach of building devices and applications centric approach.
|
|
java chat server
(Orion)
this is a JAVA based chat server which would be used for LAN communication.
|
|
Java Easy Nio Network
(jenn)
Jenn provide an easy abstract framework to create networking applications & games.
|
|
Java Enabled Amatuer Packet Radio System
(jeaprs)
This project provides a Java based system for creating packet radio applications that can interact with multiple TNC like streams to create a wide variety of packet radio applications
|
|
Java enet network library
(jeNet)
In this moment, this library provides low level communications implemented as a port of the popular enet library for C (http://enet.bespin.org) which, in the words of the authors is a "relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets."
Further work will concentrate in adding high level capabilities like service discovery and lobying.
|
|
Java Forum
(lichen)
An open source java forum.It use Tapestry 5 and Hibernate 3.2.4 as core technology.
|
|
Java GUI for DttSP
(Java-SDR)
Java GUI for DttSP and the SDR1000 running on Linux and Mac OS X.
|
|
Java Jabber Server
(tigase)
Yes another Jabber server and another in Java. This one however is implemented entirelly in Java Tiger version using all new features designed for development of efficient network servers like NIO, Concurrent, Logger and other features.
It doesn't use any extarnal libraries, only JRE-1.5 and own implemented classes.
It will be rock-solid reliable, easy to deploy and very efficient. As Jabber protocol itself is very extensible this implementation is extensible by design. So the focus is put to make it easy to add new extensions with minimal effort.
Actually it is not Jabber server only. Jabber server is the only one of possible functionalities.
|
|
Java Mail Notifier
(jmailnotifier)
A Java based e-mail pop up notifying tool that shows unread mails on a mail server.
|
|
Java ME library for IMS
(JIMS)
A set of classes to help to develop multimedia IMS applications. This library is based on Siemens JME SDK.
|
|
Java Message Bus
(MessageBus)
The purpose of this project is to develop high performance real - time publish/subscribe messaging framework used in communications real - time application development.
|
|
Java RTP
(jrtp)
Java RTP is a simple, lightweight, and easy-to-use implementation of the Real-Time Transport Protocol (RTP) based on IETF RFC 3550. Java RTP is distinguished from other RTP implementations in that it is geared toward those that wish to transmit and receive RTP packets, but implement their own control protocols, multiplexers/demultiplexers, and media codecs. Thus, Java RTP is a minimal RTP implementation that does not contain RTCP, multiplexers/demultiplexers, or media codecs.
|
|
Java Simplified NIO Networking Library
(jsnn)
An attempt to simplify the NIO networking library to take advantage of the fast non-blocking sockets without spending much time learning about networking or the NIO package. Tailored more for entry level java programers
|
|
Java SMS Gateway
(jsms)
jsms
|
|
Java Socket Simulator
(java-socket-simulator)
A simulation library for java sockets and threads for discrete event simulation of distributed java applications. This project builds on the javaSimulation package and inspired by the NekoSim project.
|
|
Java Voice Planet
(javoplanet)
JaVoPlanet stands for Java Voice Planet, a communication server based on J2EE. Java Voice Planet is a Voice Server that supports, among other things, Voice over IP networks conforming the communication standard of 802.11x (the Wireless Local Area Network standard by IEEE). JaVoPlanet can be deployed on any J2EE application server. JaVoPlanet uses built-in-support for BPM to reduce corporate budget.
|
|
Java wrapper for FTDI's D2XX USB drivers
(JD2XX)
Allows use of the direct interface driver for Future Technology Devices International popular USB chips under Java.
|
|
Java-based Echolink Client
(javecho)
This project is a Java based Echolink client. This client requires JDK1.5.0 for the fixes in JavaAudio found there. It provides many of the same features that the Original Windows Only client does.
|
|
JavaCardCLC
(javacard-clc)
A project to add javacardx.input to the javaCard specification and port javacard.* and javacardx.* to CLC devices (e.g.: USB memory sticks with CLC support).
|
|
javachat
A complete chat with jini space.
|
|
JavaCInterop
This project aims for easy interoperability between Java and C programs over the network without using JNI.
|
|
javaforipnetworks
Java resources for management and design of large-scale IP Networks based on CISCO(R) Devices.
|
|
javai3
(ji3)
I3 - Internet Indirection Infrastructure implementation in Java.
|
|
jban
(JBAN)
JBAN is a library which enables Java Bluetooth Adhoc Networks. With JBAN, unlimited number of mobile devices can form a adhoc network at Java application level.
|
|
JClaim
Instant Message Client (GUI), Tools and Development Framework. Supports AIM, ICQ, Yahoo, MSN, Jabber, SMS. Framework for designing your own tools. Fully functional UI includes spell checking and a lot more. Includes a web interface for remote access.
|
|
JDHelsinki iameter
(JDiameter)
This implementation of the Diameter Base Protocol (RFC 3588) is written in Java.
Features:
- High performance
- Fault tolerance
- Thread and GC safe
- Transport mechanisms TCP and SCTP (over JNI)
- Micro Kernel and Plug-in architecture
|
|
JDiameter Client Implementation
(jdclient)
The implementation of JDiameter Client API distributed under Gnu LGPL
|
|
jEMI
Java implementation of the EMI Specification 3.1.2
|
|
Jericho
(jericho)
Jericho is a blog editor which supports Manila, Blogger and Movable Type.
|
|
Jeti
Jeti is a Java Jabber client that supports most chat features such as file transfer, group chat, emoticons, and formatted messages. It can be used as an application or as a web applet.
|
|
jGossip
(jgossip)
jGossip is a simple and powerful Java forum software (message board) implemented on J2EE platform using Struts framework.
|
|
JHamTune
(jhamtune)
JHamTune is a Java-based system for controlling amateur radio stations. It operates in Linux, Mac OSX and Windows environments.
|
|
jingle4sc
Support for audio/video calls with Jabber Jingle for SIP communicator
|
|
jMOS
jMOS is an easy to use, open source library for working with Newsroom Computer Systems (NCS) and Media Object Servers (MOS) on the Java platform using the fastest processors engines for XML like SAX, JAXP and StAX.
|
|
jNetSender - Network Messenger
(jNetSender)
Messenger tool: Client Application based on networking system commands (Windows, Unix, etc.)
|
|
Joover
(joover)
Joover aims to be a cross-platform network filesharing tool using client-server architecture.
|
|
joscar
joscar aims to be an extensible, functionally complete library for development of an AOL Instant Messenger client (or server) over AOL's proprietary OSCAR protocol. joscar currently contains the only known open-source implementation of the AOL's new Secure IM, AOL Proxy Server protocol, Get File, rate limiting, and more.
|
|
jose-wit-comm
(jose-sip)
Overload control techniques with SIP
|
|
jPortKnock
(jportknock)
Port Knock client and daemon in Java.
|
|
JSAgent
Use Javascript Agent Replace MS Agent
|
|
JSLEE 1.1 Technology Compatibility Kit - JSR 240
(jsleetck11)
The TCK for JAIN SLEE (JSLEE) v1.1 - JSR 240
|
|
jsms
The Project aims in developing an sms server using Java. The sms server so developed would be deployable as a J2EE application (rar or ear).
|
|
JSO :: JABBER Stream Objects
(jso)
JSO is the "Jabber®[1] Stream Objects" library, for Java. JSO provides low-level support for Jabber/XMPP protocol elements, as well as a fully-controllable stream connection interface. The goal is to provide a highly customizable and flexible platform for building Jabber-based applications at all levels (clients, components, and servers).
JSO provides a Stream interface, upon which implementations for the "jabber:client", "jabber:component:accept", "jabber:component:connect", and "jabber:server" namespaces are provided. It also allows for plug-n-play stream element factories, which provide customized data and handlers. Finally, a StreamSource abstraction allows for flexible input/output mechanisms (basic sockets, HTTP-based polling, and others).
|
|
JSS
Java SRTM Studio for RadioNetworks
PLMN Core Signal & Spectrum Analysis System (OpenGL/3D Virtual Reality supported)
|
|
jssh
JSSH is a Java SSH Client, made to easy the access to various SSH Server simultaneously. It uses SubMacroForms (submacro.dev.java.net) to create the interface, and MindTerm (www.appgate.com/mindterm) to connect to servers. It is possible to run the software after to configure JWS.
|
|
jstardict
(jStarDict)
This project will force on create a java dict application which can reuse all the dicts from stardict(stardict.sf.net) project. And will also create a j2me version. And since we have already stardict for desktop so the j2me version is the major goal for this project. But any way we will create a j2se version two.
|
|
jSyncManager Project
(jsyncmanager)
The jSyncManager is a Open Source, Java implementation of a HotSync-compatible protocol stack, set of data abstraction objects, development tools, and applications allowing developers and end-users to synchronize Palm devices with any Java based system.
|
|
JTalking
Java instant messaging for Gtalk and MSN using XMPP.
|
|
jtsConnector
(jTSConnector)
Is java connector for teamspeak query server. Include all fonction of teamspeak server query.
|
|
jvoicebridge
(jVoiceBridge)
The Voice Bridge is software written in the Java Programming Language that handles Voice over IP (VoIP) audio communication and mixing for tasks such as conference calls, voice chat, speech detection, and audio for 3D virtual environments. The Voice Bridge supports a range of voice qualities from telephone to CD-quality. In addition, the Voice Bridge supports stereo audio and the ability for each individual connected to the Bridge to have their own private voice mix.
|
|
jVoIP
(jvoip)
Simple SIP phone based on NIST Sip Communicator. This phone will function only without NAT or FireWall. Our goals will be skins support; nice and simple GUI; simple configuration wizards. This's a student's project.
|
|
jvoip
jvoip
|
|
JWCB - Java Web Call Back
(jwcb)
This is an Applet which create an XML file for CTI Web Call Back application.
|
|
JWCT - Java Web Call Through
(jwct)
This is an Applet which create an XML file for CTI Web Call Through application.
|
|
jxta4sc
Support for JXTA instant messaging in SIP Communicator
|
|
jYMSG
An API for communicating via Yahoo's YMSG Instant Messenger/Chatroom protocols, plus related support classes for chatroom spam blocking, styled text decoding and Swing model updates.
|
|
Leafy
(leafy)
With this api, a Java developer can more quickly write a socket-based distributed application that includes J2SE as well as J2ME MIDP 2 nodes on mobile devices such as the Treo 600 smart phone. The api contains much code to help make the distributed application usable by the general public (i.e., non technical users).
Using sockets and XML for communication, the application may include nodes developed with other languages than Java.
|
|
LemonSMS - SMS java library
(lemonsms)
LemonSMS is a java library that enables developers to integrate sending of SMS messages using a GSM modem or compatible phone.
|
|
m-e-c AS2 EDIINT software
(mec-as2)
m-e-c AS2 is an JAVA-based EDIINT AS2 software. It contains a comfortable logging- and configuration GUI that helps you managing your transactions. It supports asynchronous and synchronous MDN, digital signatures, encryption, SSL.
|
|
Mantaray
Mantaray is an Open Source serverless messaging fabric, based on peer-2-peer technology, 100% pure Java, supports JMS 1.1 and 1.02, and integrates with WebLogic and WebSphere. It provides guaranteed message delivery, security, and supports transactions.
|
|
marlin
Protocol independent Presence, Registrar and Proxy server with instant messaging and VoIP capabilities, built on the OpenESB platform, leveraging xmpp-bc, sip-bc, rss-bc and others.
|
|
MChatting
(mchat)
Chatting using multicast. To conect through a local or a web server and have a facility to chat in rooms,groups,transferring files, whiteboarding.
|
|
meccala
we implement a new component for MVC during web processing.this is a blog implementation for this MVC
|
|
mecomm
The aim of this project is to develop J2ME communication software and/or protocols. This will include chat clients, data pull and push software and lost more.
|
|
MeRMI
(mermi)
MeRMI brings the concepts of RMI, such as interface driven RPC, to J2ME. It provides an API and tool-set for the development of applications that use RMI-like remote procedure calls from a J2ME client to a J2SE server.
|
|
microDBA
microDBA is a database administration tool written in Java, it will be able to manage databases from MIDP devices like cell phones or PDAs. It will be vendor neutral but currently is focused on Oracle.
|
|
MindIM Jabber Instant Messaging Client
(MindIM)
MindIM is a Java based Jabber Instant Messaging client compliant with XMMP and Jabber standards (e.g. GoogleTalk, jabber.org and Apple iChat). Originally designed to compliment Mindbridge's IntraSmart groupware suite of products, MindIM may be used as standalone Jabber Instant Messaging client without reference to IntraSmart. The goal of the development is:
- Provide an intuitive, user friendly experience.
- Consistency of experience across platforms.
- A pluggable architecture that allows custom transports to be added so as to extend MindIM's capabilities.
|
|
Mobicents
(mobicents)
Web Based Interface to Jabber and other Instant Messaging Carriers.
|
|
mobicents-examples
(Mobicents Examples)
A set of standalone examples that demonstrate best pratices and use case of the Mobicents VoIP platform.
|
|
mobicents-examples
examples from mobicents
|
|
mobicents-installer
Mobicents Installer is a GUI Installer that will be used to Install Mobicents.
|
|
mobicents-management
This project provides a Graphical Management Console for the Mobicents JSLEE project.
|
|
mobicents-parlay-ra
A SLEE compliant Resource Adapter for Parlay/Parlay-X.
|
|
mobicents-pbx
A full featured IP PBX based on Mobicents with a user friendly Web Administration GUI.
|
|
mobicents-svn
SVN repository for the Mobicents project.
|
|
mobile
(mobilecomputing)
mobile software
|
|
mobile computing
(mobilecomputing)
Project that finds and displays all the services currently running on to the server. Project abt mobile computing that enhance the functionality of mobile.
|
|
Mobile Framework
(mobile-framework)
There are so many J2SE and J2EE framework in the developer community, but hardly find a great mobile framework that lay a good foundation for MIDP project development. Did you have the same experience? If the answer is yes, then let's join this project to build up strong foundation where MIDP development can stand.
|
|
Mobile Instant Messaging Client
(mim)
MIM differs from the SIP-based IM client in that we will separate the User Interface from the Network Transport protocols. The Instant Messaging user agent created in this workgroup will be available for various developers would want to customize it for their own use.
|
|
Mobile IP
(mobileip)
Connect to your office from remote location even if I.P Address
|
|
Mobile Mail Express
(mobilemailexpress)
This is designed to be on any mobile handset. The tool provides the functionality of E-mail, composing and reading. The tool has an address book and a facility to sign upfor the new mail account using mobile device.
|
|
MobileAdmin
(mobileadmin)
The project aims to build a J2ME application which helps administrator and other users to have control over the network and view all the details of the network status
|
|
MobileDataObjects
(mdo)
MDO provides a lightweight design for Data Objects in the J2ME space. The tools and concepts allow for lightweight use when needed, but to easily fit into EJB Entity style development, and assist in J2SE or EE communication to the J2ME devices without consuming large amounts of bandwidth.
|
|
Modular SMTP mail proxy
(Mailstrobe)
A lightweight, standalone, modular SMTP mail proxy for the receipt and transmission of SMTP traffic.
|
|
mRSS
mRSS is a MIDP RSS client.The User can read headlines from a number of news sites
|
|
MultiMAD - Multimodel Mobile Application Development Tool
(multimad)
MultiMAD is a rapid application development (RAD) and prototyping tool for mobile devices. Its unique architecture allows it to be extended to support any features of any application development platform for mobile devices.
|
|
Native American Remote Distance Learning for Native American 501C
(rdl)
New!
I am trying to get the school to use remote distance learning. I am going to use a older product called a Polycom Work Station using Java. My intent is to be able to use a VOIP bridge so participants can listen and respond using the internet for voice and data communications.
|
|
Network Management Agents
(Agenet)
This project focus on developing agents for network management based on AI techniques and an open-source implementation of the SNMP protocol as a Java package.
|
|
Network Monitoring Tool
(networkmonitoringtool)
This project monitors various users on network. It gives detailed information about which user is on which client machine what application he is running,what operationg system he is using login time, etc..
|
|
Network Protocol API
(jnet)
Preparation of new network protocol API.
|
|
OBEX4J
(obex4j)
obex4j project provides pure Java implementation of OBject EXchange protocol. OBEX protocol was original a part of IrDA protocol stack. As Bluetooth protocol also includes OBEX in its protocl stack, now OBEX is commonly used as the top level protocol, in wireless data transporation.
|
|
Open Content Delivery Server
(opencds)
add something here
|
|
Open Source Java IP-PBX
(jain-sip-pbx)
the project aims to create an open source java ip pbx
|
|
Open Telecommunications Performance System
(opentps)
An open source performance system for call center and network quality and more
|
|
Open Telecommunications Performance System
(penTPS)
An open source performance system for call center and network quality and more
|
|
Open XML Document Management
(openxdm)
XML Document Management (XDM) is a Open Mobile Alliance (OMA) specification for a IP telecommunications network functional element, that manages XML documents for users in the networks. Those documents can be presence rules, resource lists, presence information, etc. Check http://www.openmobilealliance.org/release_program/xdm_v1_0_1.html for more information.
|
|
open-i-melody
This is a library for mld format. (celler phone sequence sound for NTT DoCoMo) The goal of this project is to be one of SPI javax.sound.midi compliant.
|
|
Openfire Packet Listener Plugin
(openfire-packet-listener)
Openfire XMPP server plugin. All packets sent or received by Openfire are forwarded to a specified socket.
|
|
OpenIM
(openim)
The purpose of the OpenIM project is to produce a fast, simple, and highly efficient instant messager server with high modularisation and a codebase that uses the Avalon tools created by Apache's Jakarta project.
|
|
OpenLink
(openlink)
This project is the home of several java based tools associated with an opensource java based implementation of tools similar to the winlink2000 tools for HAM radio based Emergency Communications.
|
|
OSS/J solutions for Telecom Operations Support
(TelecomOSS)
The project aims to promote use of OSS/J based solutions for operations support systems in the telecommunications industry. The subprojects will build and share solutions and resources for various Operations Support System components. The components will conform to or will be based on the OSS/J specifications and will follow the models and guidelines set by the TMF.
|
|
P2P Chat
(p2pchat)
Peer to Peer Chat with Interactive interface.
Any number of users can participate in a chat session with no centralized server, which makes this chat a fault tolerant system: as long as one user remains in the chat session - it will persist.
This project is based on "FreePastry" Peer-to-Peer Application Development Substrate developed at Rice University (http://freepastry.rice.edu).
|
|
Pandora: Server-in-a-Box
(Pandora)
A server capable of running and maintaining all services needed for multiple virtual hosts using shared configuration and resources.
|
|
pawelek
(jd2xx)
jd2xx is a Java native interface port of Future Technology Devices International (FTDI) D2XX direct USB driver. FTDI chips are used in a variety of USB products such as serial converters and dongles.
This is the jd2xx development site. Please check the official jd2xx page at http://bleyer.org/jd2xx.
|
|
pchat
(Pchat)
The objective of the project is develop a "chat program" to run in mobile devices.
The client side will be develop using J2ME language. We want to provide speed comunication between two people.
|
|
Phoebe
(phoebe)
Content management & Search portal
|
|
Plover -- method invocation on remote entities
(plover)
Plover is a lightweight framework for integrating distributed systems. At a high-level, it conceptualizes synchronous, request-response cycles in client-server communication as method invocation on remote entities. Plover defines a complete delivery channel that includes a communication layer with server-side hosting and client-side invocation environments.
|
|
PoorDns
(poordns)
A core engine and server to create a dns system over email.
|
|
powchat
Multi-lingual colour customizable Client/Server Chat System.
|
|
Project 25 Wireline Test Tools
(P25-Wireline)
This project deals with providing reference implementations to test Project 25 wireline interfaces for conformance, performance, and interoperability. The Project 25 wireline interfaces that can be tested are ISSI, CSSI, and conventional FSI. All three protocols are IP based. More specifically, the ISSI & CSSI involve the use of SIP and RTP. In short, Project 25 is a set of wireless and wireline communication standards developed by the Telecommunications Industry Association (TIA) ultimately for the benefit of the public safety community.
|
|
QuickServer
QuickServer is an open source Java library/framework for quick creation of robust and multi-threaded, multi-client TCP server applications.
With QuickServer one can just concentrate on just the application logic/protocol on hand.
|
|
Radio Taxi
(radiotaxi)
REAL TIME PROJECT FOR SERVING CUSTOMERS/LOCAL PEOPLE IN A CITY.
A CUSTOMER CALLS A NUMBER & REQUESTS A TAXI WITHIN 15 MIN. NEAREST TAXI ALLOTED, ETC..
|
|
rs2-messenger
A Java based Lan Chat System
|
|
rss4sc
SIP Communicator support for RSS flows
|
|
sc-avmailbox
An audio/video mailbox (voice mail) for SIP Communicator
|
|
sc-basic-systray
Basic control for SIP Communicator using a systray control icon.
|
|
sc-bonjour
SIP Communicator support for the ZeroConf protocol.
|
|
sc-callhistory
Call History for SIP Communicator
|
|
sc-contact-info
Shows a JTable containing information available for a selected contact.
|
|
sc-contact-mailer
Adds a "Send Email" link to the contact list right mouse button menu.
|
|
sc-global-shortcuts
A SIP Communicator plugin that allows hiding and showing the contact list with a specific key combo.
|
|
sc-groupchat
Group chat for SIP Communicator
|
|
sc-online-notifier
A SIP Communicator plugin that allows a user to request a notification when a particular contact becomes online.
|
|
sc-plugin-template
A template project that SIP Communicator plugin developers may use as a start for their development.
|
|
sc-sharedwhiteboards
Shared whiteboards
|
|
sc-spellcheck
Spellcheck functionality for SIP Communicator
|
|
sc-student-projects
Container for student projects related to SIP Communicator
|
|
Scratch
(scratch)
Scratch is a J2ME signature capture utility that was successfully deployed on the Palm platform.
|
|
Secure Group Communication Systems
(secure-group-communication-systems)
Practical implementation of a secure Group Communication System (GCS). GCSs are arrangements
where messages are sent simultaneously to multiple recipients, usually using IP-multicast Protocol. Security Requirements are mostly same as for the peer to peer Communications, encrypt messages using shared group key
|
|
Secure Instand Messaging Server
(sekim)
A secure IM server and client that will allow users to establish a conversation in a secure channel where users and servers are authenticated.
|
|
securechat
OpenPGP Compliant Instant Messenger
|
|
ShareMe Technologies-The Mobile Future
ShareMe Technologies in the person of Fred Grott contributes to several projects including JXTA, Synclas UI, XletView, and etc with a foucs on J2ME technology.
|
|
Simple Invocation of Methods Over Network
(SIMON)
SIMON is a kind of RMI replacement. It's a small library that enables the programmer to invoke methods on remote computers like RMI. BUT SIMON uses only one socketconnection between client (even if you use callbacks) and server which is established by the client. So there is no problem with routers and so on if you want to profit from the callback-feature.
|
|
simple4sc
Support for the SIMPLE protocol in SIP Communicator
|
|
SimpleAIM
(simpleaim)
Project SimpleAIM is an open source development project aimed at providing platform independence and interoperability in the realm of instant messaging services. SimpleAIM is a miniature conosole based AIM client written in pure Java. It implements the TOC protocol and provides a solid framework for understanding and writing your own IM clients or bots.
|
|
SIP COMMUNICATOR
(sip-communicator)
SIP COMMUNICATOR is a JAIN SIP client with media and instant messaging capabilities, built on top of the JAIN-SIP-RI and JMF.
|
|
SIP Communicator 1.0 Project Draft
(sip-communicator-1.0-draft)
A sub project that we'll be using until the new verion is ready to merge in the main project.
|
|
SIP Communicator Birthday Notifier
(sc-bday-notifier)
A SIP Communicator plugin that would notify a user when a member of its contact list has a birthday.
|
|
SIP Communicator Plug-ins
(sip-comm-plugins)
A framework for creating and using plug-ins in the SIP Communicator.
|
|
SIP Communicator port to Android
(sc-android)
New!
SIP Communicator port to Android by Cristina Tabacaru
|
|
SIP Resource Adaptor for SLEE
(SIP-RA)
A JAIN SLEE compliant Resource Adaptor, which interfaces SIP end points with SLEE. Based on the JAIN SIP implementation and targeted as a plugin for the Mobicents project and other SLEE compliant containers.
|
|
SIP Servlet implementation
(sip-servlets)
A clean room implementation of the SIP servlet specification.
|
|
SIP Stack For J2ME CLDC/MIDP 2.0
(sip-for-me)
A Public Domain SIP Signaling stack that works under J2ME/MIDP 2.0. This project uses a scaled down version of JAIN-SIP ported to J2ME.
|
|
sip-messenger
Instant message passing using session initiation protocol with the java API.
|
|
skype4sc
Support for Skype in SIP Communicator.
|
|
slee
This project will be a community effort to standardise JSLEE Resource Adaptor Types. The goal is to promote uniform intefaces between JSLEE vendors, which will improve application portability.
|
|
slee-mgcp-ra
JSLEE Resource Adapter for Media Gateway Control
|
|
slee-sip-ra
SIP Resource Adaptor for JAIN SLEE
|
|
Small footprint Java HTTP server
(Webnano)
A small footprint multithreaded HTTP server written to provide HTTP file serving with very low overhead.
|
|
Smart home lifestyle system
(smartlifestyle)
New!
Smart home lifestyle system
|
|
sms
(lemonsms)
pfe asma
|
|
SMSProjectExample
i want to send an SMS through GSM modem
|
|
SNMP4J
SNMP4J is a Simple Network Management Protocol (SNMP) API that supports SNMPv1/v2c and SNMPv3 with MD5 and SHA authentication as well as DES and AES(128,192,256) privacy. UDP and TCP transport mappings are supported.
SNMP4J supports command responder applications as well as command generators.
|
|
Solid Terminal
(solidterminal)
Swing component that implements a generic terminal emulator.
It's main emphasis is flexibility. It is very easy to implement new emulations simply by implementing an interface. The goal of flexibility also means that it does not handle any communications protocols itself but allows external code to handle this.
|
|
Spyder sensor management framework
(spyder)
The purpose of project Spyder is to develop Java software that helps manage general-purpose sensor networks for variety of applications. It started as simple home automation project built around Java and JMX.
|
|
SS7-E1 for Java
(ss74j)
Java Implementation for SS7 protocol and its sub-protocols over IP
|
|
ssh4sc
Support for ssh in SIP Communicator
|
|
Starbird
ICQ communication
|
|
Stun4J
(stun4j)
Simple Traversal of UDP through NAT For Java
A Java implementation of the STUN protocol (rfc 3489). The goal of the project is to provide VoIP Java developers with a means of handling NATs and firewall.
|
|
Support for file transfer in SIP Communicator.
(sc-filetransfer)
Support for file transfer in SIP Communicator.
|
|
Synchronous-Asynchronous Messaging Protocol
(samp)
SAMP stands for Synchronous-Asynchronous Messaging Protocol. The SAMP protocol is designed to provide a secure and reliable messaging plataform. The protocol is implemented to allow trusted networks that can exchange non-repudiable and secure messages.
The protocol PDU is a SOAP envelope sent via a HTTP POST request/response session using TLS. A PKI model is used for authentication/encryption. A PDU can be sent synchronously (IM, web, RT applications) or asynchronously (email). The asynchronous model relies heavily on RFC 0821 (SMTP)
|
|
Tai?To!
(TaiTo)
Tai?To! is an open source software that provides communication between intranet users. It's similar to an instant messenger with low computing resources use.
|
|
Talk2Talk: A Jabber client for RICOH Aficio 2051
(Talk2Talk)
Talk2Talk(T2T) is a Jabber client for RICOH Aficio 2051. With T2T you can chat with your Jabber contacts.
|
|
tcpconns
Tcpconns is a simple and small (only 30 kB) package, complete with integrated SSL/TLS support, for rapid development of full multi-threaded TCP/IP client/server applications on the java 5/1.5 (or higher) platform
|
|
telescope
API to interface GO-TO GPS Telescopes
|
|
Test Test
(Test)
teuyte
|
|
The BEEP protocol project reborn
(reBEEP)
The BEEP protocol is specified by RFC 3080. According to its designer, M. Rose, this protocol is 'a framework for building application protocols. It's not a replacement for any existing protocol. Instead, it's kind of a "best hits" album of the tricks used by experienced application protocol designers since the early 80's.' This project aims at consolidating the existing OSS efforts which never came to fruition.
|
|
The PC client for the MXIT mobile chat application
(PC-IT)
PC-IT is an instant message application that uses the same protocol as the popular MXIT mobile phone chat client. Enabling PC users to communicate with their mobile counterparts without sacrificing the extra power that the desktop platform provides.
|
|
TudoMais
SIP Softphone, Jabber IM, SMS Client, VOIP interconnection all in one.
|
|
Tunnelit - bidirectional virtual data connection
(Tunnelit)
Tunnelit aims to create a bidirectional virtual data connection tunnelled in HTTP requests.
This can be useful for users behind restrictive firewalls.
If WWW access is allowed through a HTTP proxy, it's possible to use httptunnel and, say, telnet or PPP to connect to a computer outside the firewall.
The idea is to develop a "httptunnel" like application which suports various proxy authentication protolocols.
|
|
Unified Instant Messaging
(uim)
UIM is not just about a standard format for message exchange between clients, but also allows for display information to be specified. The emoticons will be standardized too (not the images, only symbols). This is the begin.
|
|
Unified Messaging Architecture
(uma)
Design and implementation a Framework for global runtime messages through layers based Mathematic and Computer Science.
|
|
Universal Communications
(LinkCom)
LinkCom is a project that links a universal group of communities added with security and privacy. Dedicated to business interlink conference
|
|
User Uploadable JAIN-SIP Services.
(jain-sip-appserver)
Combine Servlets and JAIN-SIP for user uploadable SIP Services with resource control.
|
|
Video conferencing using jmf
(videoonferencing)
This project purely focused windows based LAN, in order to develop a graphical environmant to communicate persons in different floors of the same building.
|
|
voicebridge
The Sun Labs Voice Bridge is software written in the JavaTM Programming Language that handles Voice over IP (VoIP) audio communication and mixing for tasks such as conference calls, voice chat, speech detection, and audio for 3D virtual environments. The Voice Bridge supports a range of voice qualities from telephone to CD-quality. In addition, the Voice Bridge supports stereo audio and the ability for each individual connected to the Bridge to have their own private voice mix.
|
|
voip
VOIP programming
|
|
Web Search and Store
(WebSearchAndStore)
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.
|
|
WebCam
(webcam)
WebCam is a program for capturing pictures from your web camera and placing them on internet or serving them from your local PC, using the built in web server. WebCam is easily customized and can be used as
local HTTP-server. The program can be used as a motion detector, capturing a new image each time it senses a movement. The picture can be saved to local disc or uploaded to a web server via FTP. Additional features include text caption, support banner placement on the cam page, capture timer and picture history. You can then choose to take snapshots or to enable the built in server, allowing others to access your
webcam right on your PC via your IP address. The program assists you by having the URL ready to copy to the clipbopard that users will need to view your webcam
|
|
whisper
Instant Messaging and Presence applications and APIs.
|
|
Whisper Instant Messanger
(whisperim)
A XMPP/Jabber instant messanging client with end to end encryption.
|
|
Windows Bluetooth Socket API implementation of JSR-82
(Bluesock)
Windows Bluetooth Socket API implementation of JSR-82.
Basically wrapping the new Windows bluetooth API with JSR-82.
|
|
windRose
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.
|
|
WisuddiSMS API
(wisuddisms)
WisuddiSMS is a SMS API for GSM Modem or any compatible phone
|
|
wurfl
WURFL (Wireless Universal Resource FiLe) is a framework for multiserving wireless applications
|
|
XML Advanced Electronic Signatures (XAdES)
(XAdES)
ETSI TS 101 903 V1.3.2 (2006-03) Java realization for XML Digital Signatures which extends Apache XML Security project and add some helper libraries with which to the signing on different levels is very easy process.
|
|
XMPP based IM Client
(xmpp-im-client)
This is a project to create an xmpp based instant messaging client. It will be using Sun's IM api's in netbeans collab module.
The client is envisioned to be both fully functional while remaining simple enough for being the starting ground for other more ambitious efforts.
|
|
XMPP4J
An openSource XMPP Java API not bound to a company.
|
|
XtremePC
Remote PC Accession
|
|
Y! Messenger
(ymessenger)
Yahoo messenger for the Danger Hiptop
|
|
zIrc client
(zIrc)
zIrc is an Irc client written in java. Its a gui mdi application.
|