Compose Java Applications in XML: Bean Markup Language opens up a whole new world for dynamic applications
Incrediable. Now the same XML file needs specify the app for web, handheld, client server, etc.
The Law of Software Envelopment
The Linux Kernel Book: Blueprints
The Linux Kernel Book: Blueprints for World Domination
“The KernelBook Project is a collaborative effort of open source and commercial developers to create an architectural guide to the Linux 2.4 kernel. The book-in-progress is available online for peer review and will be published by Macmillan Computer Publishing under the Open Publishing License.”
Using Perl to Read
“It’s been said that if you work on any program long enough, that program will eventually be able to send electronic mail. It doesn’t matter what the original purpose of the program was (if you can still remember)–if you develop it long enough, some day that program will send its first piece of email.”
Ture, true.
Java and XML: Chapter 9: Web Publishing Frameworks, maybe it is time to crack the spine on that Java book collecting dust on the bookself.
Coldjava bunches of Java Servlets
Coldjava bunches of Java Servlets ready for download
URLS! URLS! URLS!, how to
URLS! URLS! URLS!, how to make your CGI URLs readable.
Alzabo Alzabo is a two-fold
Alzabo is a two-fold program. Its first function is as a data modelling tool. Through either a schema creationinterface or a custom perl program, you can create a set of schema, table, column, etc. objects that represent your data model. Alzabo is also capable of reverse engineering an existing data model.
Its second function is as a RDBMS to object mapping system. Once you have created a schema, you canuse the Alzabo::Runtime::Table and Alzabo::Runtime::Row classes to access its data. These classes offer a low level interface to common operations such as SQL SELECT, INSERT, DELETE, and UPDATEcommands.