hey there! this is just a general enquiry.. so far, i have one servlet which sends dispatches actions around, many JSP files.. but my question is- how many javabeans files does a typical web applicati
Im trying some ajax call with Struts2 and the JQuery library. This is the code of the jsp : <s:div id=\"my_result\" >
Today I\'d like to know some features on the JSF Lifecycle. Let me start : 1 - Phase 2:Apply request Values - During this phase,each component in the view will search for its values in the request an
I\'m building an application using Java2EE, and I have several Entities including this two: Entity Product (Snippet):
hey Guys, I am trying to write dynamic html bean using java script but I keep geting the \"function is not found\" JS error when I press the button ..
I think the best way to resolve this problem is just to paste my code : Selector bean @ManagedBean(name=\"selector\")
I have a page that load (in a panelGroup) two different page, due to the login status (logged, not logged). This is the main switch :
I have to make a sort of switch of some panelGroup UI. About the view section, i made this : <h:panelGroup layout=\"block\" id=\"profile_content\">
I have a case where I have a bean (let\'s call it A) which needs some other bean (B). This B is retrieved from a static method of a class using MethodInvokingFactoryBean.
I\'ve bean doing some JSP tutorials and I don\'t understand what the point of a bean class is. All it is, is get and set methods. why do we use them?