Skip to main content

Java Communications

The mission of this site is to promote and propagate Java into the Communications Industry. At this site there is a ground swell of support from industry associations, software vendors, universities, hobbyists, and individual contributors, for the development of Java concepts, code, utilities, programs, events, articles, projects, and white papers.

Community News & Announcements

Google Summer of Code 2012 is on! Apply Now!
Mar 27, 2012

This year Jitsi is participating in GSoC under the umbrella of the XMPP Standards Foundation. To all students: check our the Jitsi project ideas and Apply Now!. You can also check the other cool XMPP projects particpating with the XSF. Waste no time, deadline is April 6!


Stable Jitsi 1.0-beta1-build.3651 now available
Sep 27, 2011

After a few months of hard work, debugging and a lot of fun, the Jitsi team is proud to bring you our latest stable Jitsi build! Among the most notable changes this build brings we have

  • video calls to GTalk,
  • calls to regular numbers via Google Voice,
  • support for Skype's SILK wideband codec and many more

So, Don't waste any more time and go get it now!


Latest from our Bloggers

The ABC's of MVC
posted by larryjava on May 21, 2012
When we starting planning how we were going to use Java technology at Amway (10 years ago); we realized we had many decisions to make about standards...
Java or J2EE : the Name Matters
posted by larryjava on May 14, 2012
10 years ago, when we were decided to use Java technology to create a new application, for use at Amway Corp; we thought it was sufficient to say, "...
Easy-Cassandra 1.0.9: With annotations jpa and JPQL
posted by otaviojava on Apr 21, 2012
Release the newest version of the framework to persist objects in Apache Cassandra in easy way. Among improvement is the JPA annotations, also...
Knowing more about Easy-Cassandra Project
posted by otaviojava on Feb 21, 2012
                 Easy-Cassandra is a framework ORM API and a high client for Apache Cassandra in java,...
Persisting information with Cassandra in java: Simple example
posted by otaviojava on Jan 24, 2012
This article has the main objective show a little example for persist information in Cassandra using java.
 

Java Communications on Twitter

Java Communications on the Web

Some Rights Reserved JSF 2 Tip of the Day: Learning the JSF Lifecycle with a PhaseListener
I have to do some JSF training in the next couple of weeks for some of the staff at the company...
Some Rights Reserved JSF 2 Tip of the Day: JSF Page Redirection in PhaseListener
I needed to redirect a user to a login page the other day, and solved it using a PhaseListener....
Some Rights Reserved JSF 2 Tip of the Day: Programmatic PhaseListener
I had a use case where I needed to use a PhaseListener programmatically. I had originally tried to...
Some Rights Reserved Public, Protected, and Private Interfaces... Yes Interfaces.
One of the junior developers came to me on Friday and asked if an interface could be private, or...
Some Rights Reserved JSF 2 on JBoss AS 5.1.0
I was confronted with a requirement to run JSF 2 on JBoss Application Server 5.1.0 on Friday. As...