|
-
Jun 28th, 2005, 08:09 PM
#1
Thread Starter
Fanatic Member
JSF and Struts
What should I learn first? Advice from someone who has best knowledge of this one? I know I should learn both, but I would like to ask some help pointing out which first to be studied.
Also, any links for some tutorials about this stuffs? Thanks in advance.
-
Jun 28th, 2005, 08:19 PM
#2
Dazed Member
Re: JSF and Struts
Just forund this http://www.jsftutorials.net/ off google. Don't know if they have anything that's good.
nebulom may i ask what Struts are? I started doing some JSP programming a little while ago and i would here JSF and Struts mentioned often. As far as i remember JSF were a way to pretty much use Swing components. Don't know if my memory serves me correctly though.
-
Jun 28th, 2005, 08:43 PM
#3
Thread Starter
Fanatic Member
Re: JSF and Struts
The two are just frameworks for good Web UI controls. Though mentioned, JSF is not bound to HTML and HTTP alone. I don't know a lot, I'm just starting. Anyway, you can go to http://struts.apache.org/ for Struts and I've got something I found from coreservlets. Wait...
Ehem. Here http://www.coreservlets.com/Apache-Struts-Tutorial/. There's a pdf format for us to download.
Btw, thanks for the link, bookmarked it.
Edit: Correct me if I'm wrong but the two frameworks mentioned (I guess), are just implementations of the MVC architecture. So (I guess again) it's a simpler way doing MVC with this frameworks.
-
Jun 28th, 2005, 11:38 PM
#4
Dazed Member
Re: JSF and Struts
Yeah i read Core Servlets and Java Server Pages a while back off that site http://pdf.coreservlets.com/ Wasent a bad read.
I guess both might be implementations of the MVC since it clearly has it's advantages. Sun's calls it's version of MVC Separable Model Architecture which is a slightly different version of true MVC. Far as i remember JSF was a community effort so it's a good chance that it uses MVC. Struts i think are Jakarta but they probably use MVC also. It would make sense for them to use MVC for various reasons like having a single api that is capable of supporting multiple look and feels and allowing event driven programming without requiring it in the upper most api level.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|