Archives
-
Hibernate dynamic mapping and Dom4J enabled sessions
Hibernate from version 3.0? provide a very useful feature for people who develop application frameworks. Indeed this feature allows you to work directly with XML documents and elements which represent entities.Imagine that you have an application or an SDK which help users to manipulate data from different RDBMSs. Hibernate provide rich configuration facilities which help [...]
-
overview of XML Parsing in java , different methods and libraries
what are different technologies and implementations to simply pars some XML files ?What Java provide you to pars XML files ?Iin this blog entry After answering the above questions , i will introduce (by name and method of parsing) some XML parser available in java land.we may talk more about each of them in next [...]
