- This topic has 5 replies, 4 voices, and was last updated 11 years, 8 months ago by support-pradeep.
-
AuthorPosts
-
m4xMemberHi,
I’m doing my internship on a company where I’m pretty much the only programmer. They tasked me to develop a web based system using JSF (I don’t know why they chose that, there’s no need to develop custom components, it’s a very simple system). I did some research and found out that Facelets is great for templating and designing the UI and I was told by some friends that Spring and Hibernate were some powerful tools and that I should consider using them.
I did the tutorials that are on the ME site, tweaking the one from Spring + Hibernate to fit my classes. The app that was developed in that example was a simple Java program while I need instructions for a web app. Those are missing over there. I don’t know how to start working with Facelets, I imported some of the xhtml files from my previous project attempt but I can’t get them to display the pages (at least the master template using the .css file).
I’m really frustrated because I’m a newbie and I’ve been stuck on this for 5 days now. Any help would be very appreciated.
Thanks!
m4xMemberI have changed the url pattern on the Faces Servlet servlet mapping from .faces to .jsf and it worked perfectly with the templating issues.
Now I need help making everything else work. I’d really appreciate it if you could give me a hand with this.
Loyal WaterMemberMoving to Off Topic >> Software Development.
amir55Participanthi dear
I have the version 10.1 of MyEclipse for Spring full subscription but the facelets tutorial on the help is not complaint with this IDE interfaces.
Are there any simple to follow until the tutorials updated.
thanks a lot
Amir
amir55Participanthi dear
I have the version 10.1 of MyEclipse for Spring full subscription but the facelets tutorial on the help is not complaint with this IDE interfaces.
Are there any simple to follow until the tutorials updated.
thanks a lot
Amir
support-pradeepMemberAmir,
Can you please clarify what exact issue you are facing with Help > Help contents >MyEclipse Learning center > Developing web applications > Tutorials > Facelets ? Does the images in the facelets tutorial differ from your MyEclipse for Spring IDE ?
Please note that there are some more links provided at the end of facelets tutorials which might help you.
Note : We will be releasing updated tutorials with MyEclipse 11 release.
-
AuthorPosts