I want to put my JSF 2.0 xhtml files under WEB-INF\jsf. How do I access them then? I know that anything inside WEB-INF isn't exposed to the outside, so I need ... |
i have a task of education to create an aplication that implement CRUD pattern in java with JSF framework..
is there any one help me to explain about CRUD pattern in java ... |
I am trying to use the f:convertNumber tag. I want to use multiple patterns. I see you can do that with the date tag and the color tag. ... |
- From the picture above, I would conclude that Java EE 6 architecture is an 3 tier architecture. What I dont understand is what exactly is the client tier? ...
|
I have a JSF backing bean design question. right now, my backing bean is holding UI display information and also business modal data. people suggest that model and view should be ... |
I have two different view-id
/faces/rcg/index.xhtml
and
/faces/MasterRiskManager/index.xhtml
Is it possible to rewrite them both with one pattern /inex.html?
|
I'm developing a web application for scheduling logistical distribution. I'm using Java, JSF 2.0 and Oracle-XE as database.
In Oracle-XE, I have implemented sequences and triggers to auto-increment the ID of some ... |
|
I want to clearly understand the proper way of developing a JSF application.
In our project, the model and controller is the same class, represented by CDI bean. I'm sort of confused ... |
I want opinions and expert advice on design .
I am developing an application using JSF2 and EJB3 and I am not using CDI.
I have been given an API (jar) from an ... |
I have a f:convertDateTime with a pattern of mm/dd/yyyy. However, people are able to enter 2/19/78 and it would be 0078 rather then 1978 or 2078. I want to force people ... |
Would really appreciate some guidance concerning patterns for a Web App using JSF 2.0, PrimeFaces and Ajax. Our current system uses JSPs with standard submits and we have 1 JSP for ... |
In two other questions (here and here) BalusC makes a straight up declaration:
Getters are solely there to access bean properties, not to do some business logic. There ... |
|
I've been playing around with JSF for a few weeks now. I'm still a little shakey with the contrast between the routing in a JSF app and the routing in every other app I've ever worked on. Take for example the links on this forum page... ***New Topic*** http://www.javaranch.com ubb (command) = newtopic f (forum id) = 82 ***Existing Topic*** http://www.coderanch.com/t/210870/JSF/java/Tough-choice-Struts-or-JSF ... |
|
Well, a strategy that's worked well for me is to use a Domain Model where the actual ORM components are accessed via a DAO layer and detached for presentation to the JSF backing beans. The only issue there is that since sometimes ORM data mappings (such as booleans against Oracle) don't work well and I have to use a translating DTO ... |
|
I've seen far too many Views that were full of bindings and other stuff. I think it's because while JSF was being developed that was originally about the only way to do it, and the examples outlived their usefulness. The Internet is, alas, very good at that. I rarely use bindings. The whole point of JSF is to provide a simple ... |