Which is better to Learn STRUTS or JSF??

I have a very robust/simple shopping cart application that I want to upgrade.
It currently uses simple bean classes(get/set), action servlets, and jsp for the client(frontend).
I am trying to upgrade small features, for example, adding a Google type results displaying 10 at a time.
first previous 12345678910 next last Which would be better to learn?? Both, or is one better than the other??

well,
there's no better choice.
the technology you should choose depends on many things.
for example, you allready have your application up and running. if you upgrade some part of it to JSF you will probably not be able to deploy/sell your app because JSF might still be in beta.
you should make a list of criteria for your self and try to give points for each criteria in both technologies, sum it up and you will have your answer.

Similar Messages

  • Which is better?? Struts or...

    Hi
    I have an application (maybe around 20 UI pages) to be designed>
    I am new to struts.. I was looking through the PetStore code from BluePrints. Now since I can reuse the Controlelr Component from there I was wondering which would be better?
    Leanring struts and applying to my app or reusing the controller servlet (I still need to write the beans though).
    I wud appreciate if someone coud help me out
    ~K

    As a matter of personal taste, I don't like coding by config files so I have largely stayed away from struts. That said however, struts does have strong support.
    If what you are doing is complicated (moreso than the "20 pages" suggests), struts (or another well documented framework?) might be useful.
    For my money though, it is a little heavy weight and most of what it provides can be implemented in custom code without the hassle of keeping config files in order.
    Mark

  • Which is better to learn first, Dreamweaver or Flash?

    I just got the CS5 Web Premium.  I have to learn several of the programs.  Which should I learn first, Dreamweaver or Flash?  Thought I'd ask this forum because I want to start out well.
    Thanks for any advice you can offer.

    They aren't closely related, so flip a coin.   Learning both at the same time couldn't hurt either.
    As far as Dreamweaver goes, that is primarily a tool, one that is more useful to people who have a good understanding of the languages that are involved with web design, and is not really for learning how to do web design if that is your intention.  Learning web design requires learning html, css, javascript, php, etc...   and learning those really only requires a simple text editor and the drive to pursue them.

  • Which is better Struts or JSF?

    I've been investigating the use of JSF for use in upcoming projects. Up until now I've been using struts as it's a very straight forward approach to implement.
    Looking at JSF however it apperars that the process is somewhat slightly different such that you can't run certain JSP's related to a faces-config outside the faces context.
    Anyone know of some article comparing Struts vs JSF?
    Anthony

    Loks like i found what I was after:
    [url http://www.jsfcentral.com]JSF Central
    Anthony

  • Which app is better for learning spanish:byki or mindsnacks?

    Which app is better for learning spanish:byki or mindsnacks?

    YOu should read the reviews/ratings for each app and see how other users like it.

  • Can Struts and JSF coexist?

    I have a Struts based application and now I want to build an additional module on top of that using pure JSF. My question is, can Struts and JSF co-exist in the same application? If yes, what are the cons of that approach? What are the places I need to tweak in the configuration files so that they work together?
    thanks,

    Hi,
    Yes they can coexist. Actually that's the approach recommended by Craig McClanahan. I have developed a full enterprise application (80% completed) which uses JSF in front and Struts in the back using Struts-Faces integration library (developed by Apache).
    So far I haven't faced any major issues with this approach. However, I haven't try using Struts validator on JSF objects.
    Read the article below on how to integrate JSF w/ Struts.
    http://www.oracle.com/technology/pub/articles/masterj2ee/j2ee_wk8.html

  • Open GL Vs Quartz - Which is better for 2D game development?

    Hi,
    I am new to iphone game development. I want to create 2D game. Simple game with objects moving around.
    I never used Open GL as well as Quartz. For this game I am planing to study that.
    I want to know which is better from OpenGL or Quartz?
    And where I can learn more on that?
    Thanks,
    Ganesh Pisal

    I would recommend against OpenGL for a 2D game. Quartz does a lot of work to avoid updating parts of the screen that haven't changed, something OpenGL doesn't do. The iPhone's implementation of OpenGL has other serious performance issues.

  • Which is better for school and notes pages or ms word

    Hi have a macbook white and i bring this to school and i want to know which is better to use ms word or pages for notes and school work

    If you have used Windows for years and Microsoft Office, then Word will work much better because you will learn to use it quicker than Pages. However, Pages is much cheaper than Microsoft Word, and if you don't mind learning a new interface, then Pages should be enough.
    I use Pages for school projects, and there's one thing that makes a difference: create equations. Pages requires a third-party application like MathType and Word has got a built-in editor, so you should consider this

  • Which is better, FCS or CS4?

    Im going to start making videos...
    so, i would like your opinions on which is better, Final Cut Studio 3 or Creative Suite 4?
    it would be better if the apps:
    1. have templates
    2. are easy to use (for beginners)
    btw,
    If CS4, I know that I'll get Photoshop.
    But, FCS 3, does it has any Photoshop equivalents?
    Soundbooth=CS4
    Soundtrack Pro=FCS 3
    Which is better?

    If you are beginning, why don't you start with iMovie? It's already on your Mac and you can get an idea of what video editing is like. Both Final Cut Studio and Adobe CS5 have a high learning curve, and I wouldn't consider putting either one of them on a 13" laptop.
    I really encourage you to consider your requirements & what kind of video you anticipate doing (home movies or are you planning to do commercials for Nike?). What level of experience do you currently have?

  • Regarding which is better

    Hi to all iam santhosh kumar .i have compleated ABAP/4 now i want to learn other module either BW or XI some r saying learn XI,but some r  saying learn BW. which is better iam unable to decide which i choose.actually iam B.Tech 2007 passed out.and tell me how is openings for BW...and i know some other coding languages C,C++ .pls help me.........

    What's better:
    peanut butter or BMW?
    What I'm trying to say is that you can't compare XI to BW.
    They are two different products from the same vendor (SAP).
    BW is data warehousing, which means working with large databases. 
    XI is system integration and is focused on communication between systems.
    Depends on what you like...

  • Struts-faces & JSF commandLink bug in RI 1.1

    Hello,
    There was a bug with JSF, multiple forms and commandLink as discussed in thread: http://forum.java.sun.com/thread.jsp?thread=526788&forum=427.
    This bug is now fixed for JSF h:form form type.
    I personnally use Struts and JSF with the struts-faces JAR and this issue is still not fixed when you create a form using the s:form tag, in fact as long as there is a s:form on the page the commandLinks do not work the same way as first reported for pure JSF apps.
    Will this be fixed anytime soon in the struts-faces library? I hope so because I do need it.
    Thanks
    Xav

    hi,
    i guess [email protected]
    or
    http://issues.apache.org/bugzilla/enter_bug.cgi?product=Struts
    might be a better place for that.
    regards.

  • Struts and JSF

    I have an Action from Struts. This controls the data in the code behind bean.
    After I call submit, how do I go Back to the Struts actions? the JSF navagation does not allow navigating to a servlet.

    Hey Shay,
    We have quite a large application based entirely on Struts. There is a keen interest in migrating to JSF, but in an incremental fashion. I did a fair amount of googling and almost everything i came up with , was purely theory oriented, are there any resources online , which clearly give examples/tutorials for doing a step by step migration to JSF from Struts. Couple of other questions that i dont seem to find an answer to with regards to the Integration of struts and JSF
    1) I understand BC4J, struts and JSF can be integrated together, does the same hold for ADF ? there was a similar forum post back in 2005 , where they said this is yet to be done, do we have this integration with Jdev 10.1.3 ?
    2) If i were to use only the jsf UI component tags as a first step in my struts application , what is the equivalent for the page definition file of JSF in struts, as in how would i achieve the binding ?

  • Any tutorials/demos available for using BPEL alongwith Struts or JSF

    Hi All
    Are there any sample tutorials/demos available for using BPEL alongwith Struts or JSF ?
    Thanks
    Badri

    Not sure if this is of any help, it uses ADF which is basically a JSF page.
    http://www.oracle.com/technology/products/jdev/viewlets/1013/bpelfromadf_viewlet_swf.html
    there is also some tutorials you may be able to use in the following directory
    SOA_HOME/bpel/sampels/Tutorials/102.InvokingProcesses
    cheers
    James

  • I must to know which is better for my carrier mcitp or mcse

    i must to know which is better for my carrier mcitp or mcse

    MCITP is an older certification so MCSE in theory is better as it's newer and focused on the latest technologies. Given this, MCSE would be better for your career.
    http://www.microsoft.com/learning/en-us/mcse-certification.aspxhttp://www.microsoft.com/learning/en-us/mcitp-certification.aspx
    When you see answers and helpful posts, please click Vote As Helpful,
    Propose As Answer, and/or Mark As Answer
    Jeff Wharton
    MSysDev (C.Sturt), MDbDsgnMgt (C.Sturt), MCT, MCPD, MCSD, MCSA, MCITP, MCDBA
    Blog: Mr. Wharty's Ramblings
    Twitter: @Mr_Wharty
    MC ID:
    Microsoft Transcript

  • For a new web application project - Struts OR JSF ?

    Hi ,
    We are starting a new web application project and want to decide whetehr to us Struts or JSF ?
    Currently, mots of the other development teams are using Struts .
    We need to know pros and cons of each to decide one way or the other.
    Any help is appreciated .
    Thanks

    Those are the articles and presentation about this topic:
    http://homepage1.nifty.com/algafield/barcia.html
    http://www.jroller.com/comments/dgeary/Weblog/top_ten_reasons_to_prefer
    http://websphere.sys-con.com/read/46516.htm
    http://www.pjug.org/JavaServerFaces.pdf
    Sergey : http://jsfTutorials.net

Maybe you are looking for

  • The keyboard of my macbook air doesn't work,how can I do?

    my keyboard doesn't work ,how can I do? ps:My English is soso ,I cannot tell the problem claerly in English.

  • Starting Actions in Adobe Acrobat Pro

    Dear Adobe Acrobat users, I know that Adobe Acrobat isnt designed to be operated through the command line. However, I was wondering whether it might be possible to start/initiate Actions that have been created with the Action Wizard from outside Adob

  • Can't use eye one with OS 10.9

    I have just purchased a new mac mini. I have updated the HP software but I cannot get it to use the eye-one. It prompts me to use the apple colour balance without the dongle on the screen. Anyone? This question was solved. View Solution.

  • Popup Window in same component

    Hi All I have created a component that displays graph information. The users require a print verion of the view that shows the graph data.  I have created a new viewset and view in my component but i cannot display it in a popup. Here is the code. da

  • Restoring Windows XP on Qosmio G20

    Hi all, I have problems with my Qosmio running slow and I suspect some virus or Trojan. So I have decided to restore my system but my surprise is that I cannot find a cd of windows restoration. Is that possible? I only have a CD that says QosmioPlaye