January 4, 2013
JavaServerPages (JSP) is productivity-enhancing technology for building dynamic web pages. With more than 10 years of history, it is popular and mature. JSP 2.0 includes new features that make the code cleaner, such as the Expression Language (EL), the tag file, and simple tags. However, these new features can cause some performance issues. eBay uses [...]
Read the full article →
October 10, 2012
When designing new web pages or working on new features for an existing page, developers commonly consider the following factors: Page appearance for different layout sizes Browser-specific implementations Page behavior with and without JavaScript enabled All of the above points are valid, and developers should indeed think about them. However, there is another factor that [...]
Read the full article →