Tips and tricks to make the best of NetworkedBlogs
You're now following Programmer Life
To un-follow, click the 'Following' button
To un-follow, click the 'Following' button
Programmer Life
Information
| Url: | http://www.mkyong.com |
| Author(s): | Mook Kim |
| Language: | English |
| Tags: | programming, java, web development |
| Description: | My Personal Journey In Web development, Technology and Programming |
| Ratings | (2 Ratings) |
| Popularity: | 23 Followers |
Blog Feed
How to read XML file in Java – (JDOM Example)
| JDOM is, quite simply, a Java representation of an XML document. JDOM provides a way to represent that document for easy and efficient reading, manipulation, and writing. It has a straightforward A...more |
2009-12-21
Java bookmark links, Dec 2009 – Week 3
| Java bookmark links December 2009 week 3 – 13/12/2009 to 19/12/2009 Java 1) 18 Dec 09 – James Sugrue, |
2009-12-20
How to convert InputStream to File in Java
| Here’s a example to show how to convert InputStream to a file. The concept is quite straightforward, just get all content from input stream and write it to a FileOutputStream.package com.stev...more |
2009-12-19
Hibernate Error – Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: net/sf/cg
| A common Hibernate’s error, this is caused by the missing dependency library – cglib. Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: net/sf/cglib/prox |
2009-12-19
Hibernate Error – Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/apach
| A common Hibernate’s error, this is caused by the missing dependency library – Apache Common Collection. Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/...more |
2009-12-18
Hibernate Error – Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/apach
| A common Hibernate’s error, this is caused by the missing dependency library – Common Logging. Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/apache/commons |
2009-12-18
Hibernate Error – Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/dom4j
| A common Hibernate’s error, this is caused by the missing dependency library – dom4j. Initial SessionFactory creation failed.java.lang.NoClassDefFoundError: org/dom4j/DocumentException |
2009-12-17
SAX Error – MalformedByteSequenceException: Invalid byte 1 of 1-byte UTF-8 sequence.
| When some special UTF-8 characters inside a XML file, and your SAX’s parser is not configure to parse the UTF-8 properly, the following exception mat raise.com.sun.org.apache.xerces.internal....more |
2009-12-17
Quick start Maven + Hibernate + MySQL Example
|
This quick guide example will use Maven to generate a simple Java project structure, and use Hibernate to insert a record into MySQL database.Prerequisite requirement - Basic knowledge of Maven- In...more |
2009-12-17
How to read UTF-8 XML file in Java – (SAX Parser)
| Here’s my previous article about how to read XML file in Java SAX Parser. The previous example is working fine to parse the plain text (ANSI) XML file, if some special UTF-8 words inside a XML |
2009-12-17
Followers
Displaying 23 followers.
Programmer Life Discussion Board

Could not un/follow the blog, please try again later.
| Rate It: |
Author(s)
Most followers in:
followers are distributed among many areas. No clear concentration in one network.
Related Blogs
Like NetworkedBlogs?
You should fan us here -->
You should fan us here -->
Questions? FAQ and contact info

(2 Ratings)




















