by Ed BurnsMichael Jouravlev, in his influential August 2004 articleRedirect After Post,described a problem that many web applications present. He described the...
by Ed BurnsMichael Jouravlev, in his influential August 2004 articleRedirect After Post,described a problem that many web applications present. He described the problem as follows:All interactive programs provide two basic functions: obtaining user input and displaying the results.Web applications implement this behavior using two HTTP methods: POST and GET respectively. This simple protocol getsbroken when an application returns a web page in response to a POST request....
by Ed BurnsMichael Jouravlev, in his influential August 2004 articleRedirect After Post,described a problem that many web applications present. He described the problem as follows:All interactive...
by Roger KitainThis Tech Tip covers the intersection of three powerful technologies that are part of the Java EE 6 platform: JSR 299: Contexts and...
by Roger KitainThis Tech Tip covers the intersection of three powerful technologies that are part of the Java EE 6 platform: JSR 299: Contexts and DependencyInjection, JSR 330: Dependency Injection For Java, and JSR 314: JavaServer Faces 2.0.JSR 299: Contexts and DependencyInjection (CDI) defines a set of services for the Java EE environment that makes applicationsmuch easier to develop. It provides an architecture that allows Java EE components such asservlets, enterprise...
by Roger KitainThis Tech Tip covers the intersection of three powerful technologies that are part of the Java EE 6 platform: JSR 299: Contexts and DependencyInjection, JSR 330: Dependency Injection...
by Ed BurnsPart 1 of this Tech Tipintroduced a powerful new feature inJavaServer Faces (JSF) 2.0 technology: composite userinterface (UI) components. This...
by Ed BurnsPart 1 of this Tech Tipintroduced a powerful new feature inJavaServer Faces (JSF) 2.0 technology: composite userinterface (UI) components. This feature allows you to turn any collection of page markup into a JSF UIcomponent -- with attached validators, converters, action listeners, and value change listeners -- for use by page authors.In Part 1, you learned you how create a composite UI component and use it in a web application. In Part 2,you will learn how to add...
by Ed BurnsPart 1 of this Tech Tipintroduced a powerful new feature inJavaServer Faces (JSF) 2.0 technology: composite userinterface (UI) components. This feature allows you to turn any collection...
by Ed BurnsThis Tech Tip introduces a powerful new feature inJavaServer Faces (JSF) 2.0 technology: composite userinterface (UI) components. This feature allows...
by Ed BurnsThis Tech Tip introduces a powerful new feature inJavaServer Faces (JSF) 2.0 technology: composite userinterface (UI) components. This feature allows you to turn any collection of page markup into a JSF UIcomponent -- with attached validators, converters, action listeners, and value change listeners -- for use by page authors.In this tip you'll learn you how create a composite UI component and use it in a web application. In doing so, you'llsee some of the things...
by Ed BurnsThis Tech Tip introduces a powerful new feature inJavaServer Faces (JSF) 2.0 technology: composite userinterface (UI) components. This feature allows you to turn any collection of page...