In the following section, we are going to compare the various features between the two frameworks. Struts 2.x is very simple as compared to struts 1.x, few of its excelent features are:
1. Servlet Dependency:
Actions in Struts1 have dependencies on the servlet API since the Htt
[ read more ]
In the past few months, HP has done a lot of changes to the download location for various software that they offer. Here are the new and updated step-by-step instructions to download and install HP LoadRunner. Go to LoadRunner Download location. Hit TRIALS AND DEMOS dropdown and click HP LOADRUNNER
[ read more ]
Reblogged from Clean Java: One of the most useful feature added as part of java 7 Coin project is capability to handle more than on exception in same catch block. Less non business code makes code more readable. package org.sanju; import java.io.File; import java.io.FileInputStream; import java.io.I
[ read more ]
With the release of version 2.0 Facelet templating became a core part of the JSF specification. Using <ui:composition> and <ui:decorate> tags it becomes pretty easy to build up complicated pages whilst still keeping your mark-up clean. Templates are particularly useful when creating
[ read more ]
Download Source Files In this tutorial, you will learn how to use Eclipse to create an Android JUnit Test Project, create automated unit tests and run them under a variety of conditions. Before You Begin The authors are assuming the reader has some basic knowledge of Android and have all of the tool
[ read more ]
Reference Rose India. This is detailed simple java code that how save image into mysql database. Before running this java code you need to create data base and table to save image in same database. In the example given below we have used database ‘mahendra’ and table ‘save_image
[ read more ]
Let us see how can we create and call Stored procedures, in a .NET Environment, i.e Visual Studio.We use .NET 2.0 and Visual Studio 2005 for all the examples.fs Creating Stored Procedures Writing stored procedures has never been easy as Microsoft has almost integrated SQL Server with Visual Studio 2
[ read more ]
This java swing project code demonstrate’s how to create a simple free address book program using java swing and jdbc. Also you will learn to use the following swing components like Jbuttons, JFrames, JTextFields and Layout Manager (GridBagLayout).
In short, this is a Simple Address B
[ read more ]
This is a free Java calculator tutorial developed using Java Swing. Below you will find the java code for calculator along with the screenshot. It is a basic four-function calculator java program source code. The calculator that we build will look like:
Java simple calculator
1.
[ read more ]
Scrollable JPopupMenu
Java Swing Tutorial Explaining the Scrollable Popup Menu Component. Scrollable JPopupMenu can be used in
any of the Java Applications.
I developed this as the popup menu can have so many menuitems that, they exceed the screen visible area
and would not be visible.
I needed
[ read more ]