Java
Java is a programming language originally developed by Sun Microsystems and released in 1995 as a core component of Sun Microsystems' Java platform.
Application
Security
Remove
Platform
Any
License
Any
A beginner's guide to Java code protection, showing where obfuscation falls short and what can be done about that.
Get an introduction to the principles of public key cryptography, then see how WS-Security applies them for signing and encrypting SOAP messages using public-private key pairs in combination with...
Grails provides all the basic building blocks you need to put together a secure Web application. Setting up an authentication infrastructure answers the question, "Who are you?" Get a hands-on lesson...
Data Studio Developer and Data Studio pureQuery Runtime include a new feature called client optimization that enables developers to take advantage of the benefits of static SQL execution without...
Business resilience is more than continuity of business operations. Availability, security, regulatory compliance, and risk management are needed to help companies respond to risks and maintain...
Session Initiation Protocol (SIP) is an important signaling protocol that the telecommunications industry is rapidly moving to for next-generation applications. Java is an excellent platform for SIP...
XML is a text format, and as such, provides no wire security by itself; however, using standard Java encryption techniques, you can transmit and receive XML securely.
Developing secure Java 2 Platform, Enterprise Edition (J2EE) applications is an essential consideration for an enterprise of any size. Geronimo provides a number of facilities for securing...
Implementing a customized security library is expensive and unsuitable for medium and small applications. The Java Cryptography Extension, while the accepted standard for these apps, brings up a host...
A quick guide to learn the Components Architecture , Design of
EJB. The coded examples and XML middleware descriptors are
explained line by line. Session Beans , Entity Beans and
Messagedriven...
The 1.4.2 release of the IBM developer kit for the Java
platform provides the most comprehensive security offering for
the Java 2 platform to date. It includes several IBM-specific
security...
Applets have always been designed to play in a "sandbox" in which they can't hurt anything on a user's system, so their security is tighter than that of their server-based application counterparts....
Learn just how easy it is to create a basic telecommunications
application using Session Initiation Protocol (SIP) servlets.
The use of open standards such as SIP, together with Java...
My new WebServices.XML.com column, which focuses on web services security, will demonstrate practical aspects of using various security standards for web services along with specific server side...
There are excellent technical treatises on cryptography along with a number of popular books. In these notes I am trying to find a middle ground, a ``gentle'' introduction to selected topics in...
Using a test automation application as an example, this article
demonstrates how WebSphere Application Server's HttpSession
capabilities can be exploited to secure Java servlet Web
applications...