Creating & Parsing JSON data with Java Servlet/Struts/JSP
JSON (JavaScript Object Notation) is a lightweight computer data interchange format. It is a text-based, human-readable format for representing simple data structures and associative arrays (called...
View ArticleJavaFX HTTP Networking and XML Parsing
The recently released JavaFX platform allows developers to build rich internet applications (RIA) that can include audio and video. Using JavaFX, it is possible to create highly interactive...
View ArticleChandana Napagoda - Java, Eclipse,Maven and Other Programming Tips: How to...
I have some issue with toString date value parse to Date object. here is my solution for that. try { Date cutterntTime = new Date(); String dateStringValue = cutterntTime.toString(); //String...
View ArticleParsing a Maven POM II « A Java Developer’s Life
Due to popular demand here is the code that does the parsing described in this article some time ago: http://www.fuin.org/files/MavenPomReader.zip It’s just a quick hack but it works fine for all...
View Article