Tag: Oracle

Community

Reuse Tiles and Simplify UI

(James Holmes) JavaServer Pages (JSP) technology supports application object reuse through includes, which allow other files (including other JSPs) to be sourced into a JSP file either at compile time or dynamically at application runtime. This is great for abstracting common elements of pages such

Community

Creating JSP 2.0 Tag Files

(Andrei Cioroianu) Tag files are one of the most important new additions to JavaServer Pages (JSP) technology, allowing Web developers to build libraries of custom tags with the JSP syntax. The JSP tag files are translated into Java code automatically by the JSP container through the same process th

Community

Scaling Oracle and PHP

(George Schlossnagle) Over the past nine years, PHP has evolved from being a niche language for putting together personal Web sites to powering some of the world’s largest and most highly trafficked sites. The three most important design aspects of any high-traffic Web site are scalability, performa