Posted by: seesameer on: August 22, 2008
Its very difficult for window user to work on Linux.
For developing any application we need to set so many
environment variables,classpath variables and path.
Its easy for window users as it gives so many options
for setting environment variables.
For Linux its tedious while setting any environment variable
(i tried 100 times..).
Here is a trick…
Please back up all files before [...]
Posted by: seesameer on: June 14, 2008
Exadel Studio provides an excellent ide support for
developing rich internet applications.Exadel Studio
can be used to write Struts and JSF applications.
Exadel Studio can be used with Eclipse 3.2 (But
it cannot be used on eclipse europa.. )
For More Details..
Go to.. www.exadel.com
Posted by: seesameer on: June 14, 2008
JavaServer Faces technology is a server-side user interface
component framework for Java technology-based web
applications. JavaServer(TM) Faces technology simplifies
building user interfaces for JavaServer applications.
JSF is an application framework for creating web based user
interfaces. JSF provides Web application lifecycle management
through a controller servlet.
JSF eases Web-based application development because it:
* Lets you create user interfaces from a set of [...]
Posted by: seesameer on: April 5, 2008
The Struts project, an open−source project sponsored by the Apache
Software Foundation, is a server−side Java implementation of the
Model−View−Controller (MVC) design pattern.
The Struts projectwas originally created by Craig McClanahan in
May 2000.The Struts project was designed with the intention of
providing an open−source framework for creating Web applications
that easily separate the presentation layer and allow it to be
abstracted [...]
Posted by: seesameer on: March 29, 2008
We need a tool which will help in making application simpler and faster. The answer is ant…
To use ant you should have eclipse or you should get ant…
Before installing ant you should have JDK installed. JAVA_HOME should point to appropriate JDK.
Set ANT_HOME to binary distribution of ant.. depending upon your system(Windows,Unix)…
Example : ANT_HOME = D:\sameer\apps\ant
after [...]