Java blacksmith and family shocked to know they were saved by Obama’s mum

NEW YORK - In a remote corner of rural Java, a blacksmith and his family were astounded last week to learn that the American woman who helped save them from poverty 26 years ago was Ann Dunham, an anthropologist better known as the late mother of US President Barack Obama.

Full article (336 words) »

How to serialize Java Objects to XML and deserialize back from XML

java2XML has set ubiquitary standards for representing data. There are several XML technologies that can be used to serialize Java objects to XML. Some of the most commonly technologies used by Java developers include the Simple API for XML (SAX) and the Document Object Model (DOM) APIs.  For a smooth control over parsing and serialization SAX, or Stax offers better performance. However, the programmers prefer to use technologies that can accomplish immediate tasks. However, we would provide you two simple and quick howto's for serialization of Java Objects to XML and deserialize back to XML.

Java API for XML Binding (JAXB) provides a simple and quick Java-XML mapping or serialization. With JAXB you can performs a number of tasks that include binding of class data from XML schema, and serializing object data to and from XML. We would show you how to do simple Java-XML serialization with JAXB.

Again, Java has the inherent benefit of Library that enables almost everything.  XStream is simple and easy to use library for serializing Java-Objects to XML and read them back. It converts the existing Java objects clean XML and restores them again without any modifications. XStream 2.1.0 is currentl.y available for the users.  Here's how to serialize Java Objects to XML and deserialize back from XML

Full article (1160 words) »

10 Best Java Web Development Framework

java1There are a majority of enterprises running Java applications and working on Java web development framework. What remains to be seen is that a number of companies are tied to the conventional web development framework and  haven’t actually started to anticipate what could be the best Java web development framework. Even the JavaOne might hold no unified voice for what web framework is best. There are several easy to use Java web frameworks that are out now a days, and they are too many. Essentially choosing the best web development framework has become more intricate, specifically due to three reasons. On a broader perspective, the web technology landscape has undergone a sea change; far more choice of technology; and changing requirements for modern web applications. After an extensive research we assorted the 10 best Java web development framework that we would like to share with you.

Full article (1729 words) »

Top 10 features of JDK 7

javaWe had already focused on JDK 7 features in our post - Java/JDK 7 downloaded. According to the roadmap in OpenJDK site, JDK 7 would be arriving at the first quarter of 2010. Going by the schedule 6 milestone are expected in 2009, with the milestone M3 encompassing JSR 292's VM Support for non-Java languages, support for SCTP (Stream Control Transmission Protocol) and SDP (Sockets Direct Protocol) on Solaris, as well as an upgrade to Unicode 5.1 and an updated class loader.. JDK 7 would includes several enhanced features with respect to performance, usability and security of Java platform. We can wait till the current draft of the development process is published as a Feature Proposal Template. However, as the draft is available we decided to dig deep into the JDK 7 to sort out the top 10 features for JDK 7.

Full article (1078 words) »

Komodo Dragon most likely evolved in Australia 3-4 mln yrs ago

WASHINGTON - A team of palaeontologists and archaeologists, who studied fossil evidence from Australia, Timor, Flores, Java and India, has shown that Komodo Dragons most likely evolved in Australia around 3-4 million years ago and dispersed westward to Indonesia.

Full article (369 words) »

How to install / enable Java Plugin / Applets in Firefox on CentOS 5

CentOS comes with OpenJava JRE installed. However that doesn't provide the required libraries to run Java from browsers (read: applets). Here are the steps to install and enable applets / Java plugin in Firefox browser on CentOS 5.

Note: The instructions may be applicable to other versions of CentOS, Fedora, others Linux distros too. However it has only been tested on CentOS 5.3. Full article (310 words) »

How to download & install JDK 6

I never thought I would have to write this article. Downloading Java was the simplest thing possible. Just go to java.sun.com and download the JDK. Unfortunately Sun has (intentionally?) complicated the procedure to such an extent that it almost takes an expert to download the proper version of JDK and without any extra and often unnecessary baggage.

Let's call this article: The Art of Downloading & Installing JDK 6 Full article (479 words) »

How to Run PHP in JSP/JAVA

quercusphpWith Apache Tomcat developers can enable PHP only in one web application and run it globally for all applications under tomcat. Generally, PHP is said to have several orders of magnitude more open source code and projects. Those developers favoring the Resin application server have the ubiquitous of PHP. Implementing PHP in Java would benefit both the PHP users and pure Java users. The developers can use the Java EE 5 platform-compliant Web container in Web Server to build reliable and scalable Web applications that are highly demanded.  Here's a comprehensive article that shows you how to run PHP in Java as well as JSP/Servlet-PHP integration options.

Full article (933 words) »

Bali bombing mastermind killed in police raid

JAKARTA - Terrorist mastermind Noordin Mohammed Top was killed in a police raid on a militant hideout in Central Java on Thursday, Indonesian police have officially confirmed.

Full article (217 words) »

Java Management Extension (JMX) FAQ

javamanagementextensionJava Management Extensions (JMX) is Sun Microsystem's new Java-based tool for managing enterprise applications. JMX is a Java framework designed to manage enterprise applications in a distributed environment. The JMX technology equips the developers with the ability to add monitoring and management to their Java applications. These APIs can manage anything Java enabled- web servers to network devices to web phones - locally or remotely. JMX technology is defined by two closely related specifications developed through Java Community Process (JCP). To have a better understanding of Java Management Extension technology we decided to provide you an extensive FAQ of the technology. Full article (885 words) »

Protected by Comment Guard Pro