xml file modification using the xpath api .
....soon i will add the source
Xpath ConfigurationUtilities class for xml file manipulation
Related Posts:
javax.jms.IllegalStateException: This method is not applicable inside the application server. See the J2EE spec15:21:58,193 ERROR [STDERR] javax.jms.IllegalStateException: This method is not applicable inside the application server. See the J2EE spec, e.g. J2EE1.4 Section 6.6 15:21:58,193 ERROR [STDERR] javax.jms.IllegalStateException… Read More
Screen capture by Java robot classCame across a rare util class of java "Robot" class, which provie the control/auto typing of letter/keyboard controll and screen capering. sample code … Read More
Is in Daylight Saving Time (DST)? for given date and timezone Daylight Saving Time (DST) is the practice of turning the clock ahead as warmer weather approaches and back as it becomes colder again so that people will have one more hour of daylight in the afternoon and evening during th… Read More
Generate Webservice proxy classes or client stub classes by MAVENAdd the following plugin and dependencies <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>axistools-maven-plugin</artifactId> … Read More
Read multiple xml nodes by JAXB / converting xml to objectUsing JAXB we can read/write the multiple xml nodes. consider a scenario where u have to read the list of items from the file system, then its better option is to use JSON or XML structure. Full sample of the JAXB reading t… Read More
0 comments:
Post a Comment