Results 1 to 7 of 7
Thread: Framework Question
- 07-13-2010, 12:57 PM #1
Member
- Join Date
- Jun 2010
- Posts
- 3
- Rep Power
- 0
Framework Question
I have Questions dear friends and I hope someone will answer.
In PHP there are some frameworks (Cake, Symfony, CI which I prefer over the other). I have been doing some JSP/Java web for a while and I'm confused of web framework in Java EE. Is Javabean, Struts, JSF frameworks or what?
Thanks :D
- 07-13-2010, 01:17 PM #2
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Mainly Java can be categories into three.
1. J2SE (Standard Edition)
use for the desktop application development mainly (Swing/AWT), means the basis of Java
2. J2EE (Enterprise Edition)
use for higher level implementations, specially for web applications (JSP, Servelets, etc)
3. J2ME (Micro Edition)
use for mobile application developments
- 07-13-2010, 01:53 PM #3
Member
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 43
- Rep Power
- 0
In the Java World exists different Frameworks like Symfony or Cake in the PHP World with different approach.
There exist some MVC Frameworks like
- Struts / Struts2
- Stripes
- Spring MVC
or Component Frameworks based on JSF Standard
- JSF
- MyFaces
- Icefaces
Try it out and choose the best for your project!
- 07-13-2010, 02:06 PM #4
Member
- Join Date
- Jun 2010
- Posts
- 3
- Rep Power
- 0
Thanks friends for quick reply.
I understand MVC but not the "component" thing :)
So basically what is the different between two?
I would be happy to hear pros and cons so that I can choose what I can begin with having some background on Code Igniter
Thanks
- 07-14-2010, 04:16 PM #5
Member
- Join Date
- Jun 2010
- Posts
- 3
- Rep Power
- 0
Any more help?
- 07-14-2010, 08:40 PM #6
Member
- Join Date
- Dec 2009
- Location
- Germany
- Posts
- 43
- Rep Power
- 0
I'am not sure because I prefer MVC Frameworks like Struts2.
With JSF and similar you use components like Buttons or Links or whatever. On this Components you register Events. It is a little bit more like programming with Swing.
- 07-15-2010, 05:31 AM #7
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Actually it depends on how long you are working on a specific technology. For an example, people how are working on a lot with Swing move to JSF, because easy to map those things.
Similar Threads
-
Question mark colon operator question
By orchid in forum Advanced JavaReplies: 9Last Post: 12-19-2010, 08:49 AM -
From jar 2 framework
By njitram in forum New To JavaReplies: 4Last Post: 06-09-2010, 10:06 PM -
NIO Framework 1.0
By Java Tip in forum Java SoftwareReplies: 0Last Post: 08-20-2008, 02:28 PM -
Aranea framework 1.1-M5
By JavaBean in forum Java SoftwareReplies: 0Last Post: 11-05-2007, 03:12 PM -
NIO Framework 0.9.3
By JavaBean in forum Java SoftwareReplies: 0Last Post: 10-31-2007, 05:29 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks