These days the performance of applications are taken in for granted these days. An application hang could be because of the strained system resources in the cloud or simply due to the application hang in the old client-server. The performance aspect of an application should not only be judged by usability, but the ability to [...]
By John M Hawkins
During the software development life cycle, the highest development costs come from making code changes after the application has made it to production. The earlier you can catch issues, the cheaper the cost of the software. Having requirement changes in the middle of development also causes a huge impact on the budget [...]
By John M Hawkins
Businesses differentiate themselves by having unique products or services; a business’s core strength is primarily about having a good process. This process helps define the company and gives the customers the experience they demand. A consistent process helps customers feel comfortable and keeps them coming back for more goods and services. Most [...]
By John M Hawkins
Java application servers, if configured correctly, should never have to be killed or shut down to resolve performance issues. Java application servers have performance problems for a reason. The key is in knowing how to approach the servers from a tactical systematic approach. This will help you get the data you need [...]
By John M Hawkins
It is not uncommon for WebLogic applications to show performance issues from time-to-time. This is a natural evolution for many applications especially when you are in a growth period of the application; by adding new users to the system or adding new features and functionality. The developer who wrote the code is [...]
By John M Hawkins
Have your business applications given you performance headaches at some point during their lifecycle? Maybe you resolved the problems and the application was able to keep servicing your customers and performing its business function for you.
But no doubt there were other times when you tried to solve the performance problems internally, but [...]
By John M Hawkins
Many companies run load tests to determine the performance of their WebLogic Applications. The challenge they face is that they run load tests but do not get the results they are looking for or the load test FAILS every time. The net effect is they do not complete the load tests or [...]
By Julian Jaic
Play framework is a full stack web framework for Java. Play focuses on programmers targets and productivity. It is an excellent companion for disciplined project management process. It’s aim is to lighten web applications development as long as attach with Java. Its best feature is that the code changes are identified and reloaded [...]
The Spring WorkflowAfter a DispatcherServlet has received a request and has done its work to resolve locales, themes and suchlike, it then tries to resolve a Controller, using a HandlerMapping. When a Controller has been found to handle the request, the handleRequest method of the located Controller will be invoked; the located Controller is then [...]
Exploring Terracotta
View more presentations from Alex Miller.