Web Devlopment 5
Maven Web Project Structure : WAR Archetype
“MAVEN” Projects provides best structure for Java development. Apache Maven can be downloaded from link:- http://maven.apache.org/download.cgi The settings for Maven projects are present in “settings.xml“. settings.xml contains setting for repository such as location,authentication. Here Drive ‘Em2repo’ contains all dependency jar file that is downloaded. Maven Web Project Structure(WAR ARCHETYPE), pom.xml contains […]
Delaying Jquery Document Ready Execution
“JQUERY 1.9.1” provides ‘HOLD READY’ feature to get delay in Jquery Document ready function execution. This feature is typically helpful when a method has some dependencies like getting some ajax response before executing. The Syntax for the method is :- $.holdReady(boolean value ) : TRUE : Delays teh READY function […]
Feed4j Parser Reading RSS Feed
RSS stands for Rich Site Summary or Really Simple Syndication . Feed4j.jar is a library for parsing RSS feeds. This JAR file can be download from the following link:- http://www.sauronsoftware.it/projects/feed4j/download.php There are 4 type of exception can be thrown while parsing RSS feed like FeedException, FeedIOException, FeedXMLParseException, UnsupportedFeedException. This […]
Safari Web Inspector Installation in Windows
Download the nightly build of web inspector for windows platform from the link:- http://nightly.webkit.org/ Run Web Kit.exe file. Web Inspector is a debugger tool for developer tool similar to Firebug with Mozilla. Open Settings > preferences and select the check box “Show Develop in Menu Bar“. Check the “Show Menu Bar“, […]