After experimenting with writing native code for the different smart phone platforms, I took a step backward and played with recoding my Web application. Instead of writing Java, C# or C++, I fiddled ...
When evaluating tools and frameworks, it's very important to understand how they support the specific applications that your teams are developing. Using tools that are well designed for the task at ...
Mobile applications for iPhone and Android smartphones are where the excitement is today in application development. There are plenty of customers (Canalys says there were almost 8 million Android ...
Make Java security a top priority at every stage of application development, from class-level language features to API endpoint authorization Security is one of the most complex, broad, and important ...
Many software developers do not pay enough attention to the shutdown (also referred to as undeploy) of the applications they write. In fact, the most popular shutdown mechanism is to execute Ctl+C or ...
Hosting multiple Java Web-enabled applications with Apache/SSL in combination with Tomcat is potentially highly detailed. Separating the dynamic from the static content requires URL rewriting and ...