James Holmes

Author
+ Follow
since Jan 06, 2004
Merit badge: grant badges
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by James Holmes

Hi Dipu,

I would recommend you check out Oracle's free ADF Faces Components library. I believe they have a spinner component.

http://www.jamesholmes.com/JavaServerFaces/

James
19 years ago
JSF
Hi Almond,

You may want to check out my book, Struts: The Complete Reference. It offers a nice tutorial along with several pages dedicated to reference so that you can use the book everyday.

I also have some articles that I wrote for Oracle Magazine that may be of help to you.

http://www.jamesholmes.com/struts/

James
19 years ago
Hi Tien,

You may want to check out my book, Struts: The Complete Reference. It offers a nice tutorial along with several pages dedicated to reference so that you can use the book everyday.

I also have some articles that I wrote for Oracle Magazine that may be of help to you.

http://www.jamesholmes.com/struts/

James
19 years ago
You can download a free chapter from my book Struts: The Complete Reference from my website at:

http://www.jamesholmes.com/StrutsTCR/

There are also links to two articles that I wrote for Oracle Magazine at:

http://www.jamesholmes.com/struts/

James
19 years ago
Hi Peter,

The EasyStruts plugin for Eclipse does not work with the 3.0 versions of Eclipse. Struts Console works with all versions of Eclipse and provides a similar graphical editor for config files (in fact EasyStruts was based on Struts Console).

http://www.jamesholmes.com/struts/

If you need something more sophisticated than Struts Console, you may want to check out Struts Studio from Exadel.

http://www.exadel.com/

James
19 years ago
If you are using Eclipse 3.0 the files will open inside the IDE. I'm not sure which version of WSAD is based on Eclipse 3.0, but if it's not then it will open the files in new windows.

james
http://www.jamesholmes.com/struts/
19 years ago
Hi,

The problem you are having is probably because you are trying to use the wrong version of the plugin.xml file for your version of Eclipse. Struts Console has two versions of the plugin.xml file: 1 for Eclipse 3 and later and one for earlier versions of Eclipse. The help instructions on my website explain how to change the plugin.xml file for your version.

Note: You will probably have to delete the ".metadata" directory in your workspace folder before changing the plugin.xml file. This is because Eclipse caches plugin.xml files and will not pickup the new one.

If you continue to have problems, feel free to email me directly.

James
james at jamesholmes dot com
http://www.jamesholmes.com/JavaServerFaces/
19 years ago
There are 2 main JSF implementations available today:

Sun Reference Implementation
MyFaces

The learning curve should be the same for both as they are written to a specification. MyFaces does add a few extra bells and whistles though that you could learn.

For links to the software visit my JSF resources page at:

http://www.jamesholmes.com/JavaServerFaces/

James
19 years ago
I have written 2 Struts tutorials on Validator and Tiles for Oracle Magazine. These are very helpful in getting started with Struts. You can find links to the articles on my website at:

http://www.jamesholmes.com/struts/

James
19 years ago
Struts: The Complete Reference covers Struts 1.2. For more information check out my website at:

http://www.jamesholmes.com/StrutsTCR/

James
19 years ago
JSF
Hi Srini,

I recommend you check out my JSF resources page for links to information about JavaServer Faces. It has a very comprehensive list of links to everything you need to know.

http://www.jamesholmes.com/JavaServerFaces/

Hope that helps,

James
19 years ago
Hi Saniya,

EasyStruts does not work with Eclipse 3 and some versions of Eclipse 2 or 1. I recommend you take a look at Struts Console. It supports all versions of Eclipse and is free.

http://www.jamesholmes.com/struts/

James
19 years ago
You may want to check out Faces Console. It is a FREE JSF tool that plugs into all of the major IDEs including the free ones (Ecliose, NetBeans).

Faces Console doesn't provide the functionality of a commercial tool, but it is very popular nonetheless.

http://www.jamesholmes.com/JavaServerFaces/

James
19 years ago
EasyStruts will not work with Eclipse 3. EasyStruts was based on Struts Console and Struts Console plugs into all versions of Eclipse and also supports more configuration files.

http://www.jamesholmes.com/struts/

James
19 years ago
Hi Berciu,

I recommend you look into using MyFaces (http://www.myfaces.org/). MyFaces has a component for file uploads.

-James
JSF Resources and Console GUI tool
http://www.jamesholmes.com/JavaServerFaces/
19 years ago