- 1,251 categories
- 40,829 scripts
- In the real world of everyday computing (and development), there are many situations where &"whipping up a Java program&" to perform a task is either impractical or too time consuming. This article takes you into the underground wor...
- Categories
- Platforms
- Licenses
- One of the most exciting features of the new Java Servlet 2.3 specification is filtering. At first sight, Servlet 2.3 filtering is deceptively similar to existing legacy filters in Apache, IIS, Netscape Web servers and others. In reality, Servlet 2.3...
- Categories
- Platforms
- Licenses
- Wireless programming using the Java platform can be a bit tricky. Let J2ME expert Wes Biggs light the way in this new discussion forum.
- Categories
- Platforms
- Licenses
- This article examines Java Servlets in detail and discusses HttpServlet, ServletConfig and ServletContext classes and issues like Servlet preloading and initialization parameters.
- Categories
- Platforms
- Licenses
- Many algorithms are expressed most concisely as tail-recursive methods. Compilers can automatically transform such methods into loops and thereby improve program performance, but this transformation is not required by the Java language specification,...
- Categories
- Platforms
- Licenses
- Creating a fully internationalized Java application using PropertyResourceBundles can present some interesting design and implementation problems, including concern over how to modularize the bundles to be used in different areas of the application. ...
- Categories
- Platforms
- Licenses
- Emacs is one of the most popular development environments in the history of software programming, so it''s no surprise that there are a number of excellent Emacs tools for Java programming. This article examines three of the best tools to alter ...
- Categories
- Platforms
- Licenses
- Java and XML share many features that are ideal for building Web-based enterprise applications, such as platform-independence, extensibility, reusability, global language (Unicode) support, and both are based on industry standards. Together Java and ...
- Categories
- Platforms
- Licenses
- phpdoc is a program that aims to do for PHP developers what Javadoc does for java developers. It is a script that parses PHP class definitions, extracting function and variable names, as well as comments, and dumping this data into a database. The sc...
- Categories
- Platforms
- Licenses
- Python is the other scripting language that starts with &"P&". It was named for Monty Python, the comedy troupe, and references to their skits and films (most commonly to &"Spam&") appear frequently in Python progr...
- Categories
- Platforms
- Licenses
Page: