One of the most extended belief about web applications is that most of them are insecure. This opinion is supported by statistics published by SANS [1] which show that almost half the vulnerabilities ...
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 ...
Request handling is the bread and butter of Java web application development. In order to respond to requests from the network, a Java web application must first determine what code will respond to ...
All the cool new programming languages, like Ruby, always have compilers/interpreters and tools for Linux, and the old UNIX standbys like Tcl/Tk are still around when you need them. Why, then, is Java ...
Watch out Oracle, Pivotal is offering a lighter alternative to the Java Enterprise Edition (JEE) stack. The company has collected many of its technologies into a single integrated package, called the ...
Potix Corporation, the creator and chief commercial supporter of the open source ZK framework, this week released a new test suite for ZK Java Web applications. The ZK Application Test Suite, or ZATS ...
Potix Corporation, the creator and chief commercial supporter of the open source ZK framework, this week released ZK Pivottable 1.0, an Ajax summarization component for visualizing data sets as ...
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 ...
Is there a way I can get embedded java web applications to work on my AT&T 8525? I have downloaded both Minimo and Opera Mini. Specifically, I'd like to be able to access the java applications on the ...
Write once, run everywhere: that's the slogan the Java community uses to propagate their language-of-choice. It's probably true, but only if you first manage to set up the beast on your box. This ...