Introduction to the Struts Web Framework

Introduction to the Struts Web Framework

This document takes you through the basics of using NetBeans IDE to develop web applications using the Struts web framework. Struts is an open source framework that extends the Java Servlet API and employs a Model, View, Controller (MVC) architecture. It enables you to create maintainable, extensi

[ read more ]

Netbeans Problem: How To Change Port Number For GlassFish

Netbeans Problem: How To Change Port Number For GlassFish

Both Oracle an GlassFish runs by default on port number 8080,results in port conflict Following are simple steps to change the port number of glassfish server : Go to the folder where Glassfish is installed. Locate config folder which is as follows: C:Program Filesglassfish-3.0.1glassfishdo

[ read more ]

Android Tutorial Table Of Content

Android Tutorial Table Of Content

Android Development Introduction Android Development Tutorial  (Part 1)  (Part 2) Android Filebased Persistence with Preferences, Filesystem and SD Card Android ListView and ListActivity Android Intents Android SQLite Database and ContentProvider Android Custom Views Android Liv

[ read more ]