How handlers work in Web-accessible home automation
Using Sun Labs’ Brazil server as your starting point Developing consistent, reliable Web applications that interface with such different devices as home networks, home automation systems, and realtime telemetry devices can be vastly simplified by treating devices as URLs. The…
Server-side XML-to-HTML translation
How do you convert XML to HTML on the server side? Q: I want to generate XML-based pages using the XSL on the server side so that the client gets plain HTML, rather than the XML plus an XSL page.…
Secure a Web application, Java-style
Use Java’s multiple-layer security implementation to protect your Web Web security can be defined in various ways, depending on individual points of view. The main focus of security in this article is the safety of applications developed and deployed for…
News and New Product Briefs (April 28, 2000)
FrontMind 2.0 personalizes online efforts Manna has enhanced its FrontMind e-marketing software with new capabilities that allow organizations to evaluate online efforts prior to deployment with ROI reporting and upfront simulation abilities. FrontMind 2.0 allows marketers to customize and personalize…
Java security evolution and concepts, Part 1: Security nuts and bolts
Learn computer security concepts and terms in this introductory overview Computing models have changed drastically in the last few decades, and with the changes has come a greater need for application security in large-scale ecommerce and ebusiness systems, as the…
Open source ArgoUML offers unique decision support
The InfoWorld Test Center reviews the Java-based ArgoUML UML modeling solution For companies that are just getting started with UML (the Unified Modeling Language, a method of visually depicting business processes), the range of diagram types, semantics, and notation can…
Using the if-then-else framework, Part 2
The final steps to coding branching logic without nested ifs In Part 1 of this article, I introduced the if-then-else framework, a single-package framework that makes it relatively easy to code branching logic without nested ifs, in a maintainable form.…
AES: Cryptography advances into the future
Find out the latest steps towards the development of the Advanced Encryption Standard, the next-generation standard for private-key cryptography The Data Encryption Standard (DES) boasts nearly universal acceptance today, with only a few exceptions. Government communications, bank electronic funds transfers,…
Sometimes you save more space by not compressing data
Can the compressed data length be longer than the uncompressed data Q: I am working on a highly secure application and need to compress data such as string and byte arrays. I am using the java.util.zip.* classes, but I am…
News and New Product Briefs (April 21, 2000)
Arbortext offers Java Catalog classes for XML processors With the release of open source Java-based code, Arbortext is helping developers resolve public identifier issues in XML documents. The Java Catalog classes turn XML public identifiers into accessible resources or files…