I recently started developing a web application using JSF 2.0, however I'm new to web development and the field (even when limiting to JVM solutions) is turning out to be vast... the number of technologies to choose between is a bit overwhelming.
My concern/question is this, is it feasible/advised to mix/integrate the following technologies?
And if so, when working with a web designer what are the things that JSF 2.0 is going to make more difficult for me. For example, when integrating the web design into the application I guess I'll have to do some modifications: inserting JSF tags and EL expressions, deal with JavaScript in some special way(?), working through HTML tags incompatibilities(?), etc.
The following questions were helpful, but have not clarified everything:
Thanks in advance
You seem to not fully understand the point of JSF. JSF is basically just a HTML/CSS/JS code producer. It really doesn't matter to JSF what version the produced code is. JSF doesn't run in webbrowser or something. It runs in webserver. All the webbrowser retrieves is just the JSF-produced HTML/CSS/JS code. You just have to make sure that that HTML/CSS/JS code is understood by the particular webbrowser.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With