Quantcast
Channel: JavaPins - Stories tagged with web-apps
Browsing latest articles
Browse All 5 View Live

Image may be NSFW.
Clik here to view.

Java EE, Web Services, WS-BPEL, SOA: Pre-compiling JSP and JSF pages

JSP and JSF pages are usually compiled on-the-fly by the application server when accessed for the first time. And to tell the truth Java EE application servers are not the fastest compilers. When you...

View Article



Image may be NSFW.
Clik here to view.

Thoughts on software development: High Performance Webapps. jQuery Objects as...

After recently participation in a workshop Real Life JS: High Performance Webapps. I have decided to share some tricks to achieve better perfomance for websites. There are 100+ tricks. It's impossible...

View Article

Image may be NSFW.
Clik here to view.

ricardozuasti.com - Preventing CSRF in Java web apps «

Cross-site request forgery attacks (CSRF) are very common in web applications and can cause significant harm if allowed. If you have never heard of CSRF I recommend you check out OWASPs page about it....

View Article

Image may be NSFW.
Clik here to view.

ricardozuasti.com - Stronger anti cross-site scripting (XSS) filter for Java...

Updated the wrapper code to pre-compile the patterns (making them static) to improve performance by avoiding their re-compilation on each run. Here is a good and simple anti cross-site scripting (XSS)...

View Article

Image may be NSFW.
Clik here to view.

Thoughts on software development: High Performance Webapps. Use Data URIs....

This post continues the started discussion about data URIs. The first question is if it's worth to put data URIs in style sheets? Yes, it's worth. First, I would like to point you to this great article...

View Article

Browsing latest articles
Browse All 5 View Live




Latest Images