85 Results for:AJAX

  • Sort by: 

How to invoke a JSF managed bean asynchronously through JavaScript

By Cameron McKenzie 04 May 2015

Sometimes great frameworks like JSF, Wicket or Spring MVC make simple tasks surprisingly difficult to do. With JavaServer Faces, the simple task of invoking a method on a managed bean is actually a bit of a chore. ... Read More

Automated acceptance testing pitfalls to avoid

18 Mar 2016

How can organizations get the most out of their software testing with the least amount of effort? Here are some best practices on how to sidestep these common automated acceptance testing traps. Read More

Top 5 reasons that JSP scriptlets suck

08 Feb 2011

Learn the top 5 reasons why scriplets and Java code aren't optimal in JSP pages. Read More

Five tips for choosing a UI development framework

By Cameron McKenzie 22 Feb 2016

Choosing a UI development framework is one of the most difficult decisions a software architect must make. Here are five things to look for when picking a development framework. Read More

What is the Asynchronous Web, and How is it Revolutionary?

01 Apr 2009

Legacy web applications are synchronous in nature. The user interacts with the web interface presented in the browser, the browser makes requests back to the server based on that user interaction, and the server ... Read More

Authentication caching: How it reduces enterprise network congestion

By Michael Cobb 28 Mar 2014

Michael Cobb explores the pros and cons of authentication caching and whether the practice can truly calm network strain. Read More

Attackers hide malicious code using new method

By Robert Westervelt 08 Jan 2007

Attackers have designed a new way to thwart virus signatures from antivirus vendors, says a new report. Read More

From the mobile browser to the cloud: The expanding role of JavaScript

By Jason Tee 21 Jan 2015

While originally a language confined just to the web browser, JavaScript has become a requirement for server-side developers as well, as its use in cloud based and mobile applications has become more prevalent and ... Read More

Securing mobile apps raises a new set of concerns

By Jason Tee 04 Aug 2015

When it comes to mobile app security, can developers ever really learn from past mistakes? TheServerSide talks to software systems security expert Dan Cornell about the challenges mobile application developers face... Read More

Security testing for unvalidated redirects and forwards

By John Overbaugh 30 Mar 2012

Security expert John Overbaugh gives security testers the information they need in order to ensure the Web application code that they’re responsible for is protected. Read More