Categories
Tags → This In Java

Quick Java programming with FESI

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...
DETAILS

Filtering tricks for your Tomcat

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...
DETAILS

Wireless Java Programming Forum

Wireless programming using the Java platform can be a bit tricky. Let J2ME expert Wes Biggs light the way in this new discussion forum.
DETAILS

Examining Java Servlets in detail

This article examines Java Servlets in detail and discusses HttpServlet, ServletConfig and ServletContext classes and issues like Servlet preloading and initialization parameters.
DETAILS

Improve the performance of your Java code

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,...
DETAILS

Introducing inheritance to PropertyResourceBundles

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. ...
DETAILS

JDE for Emacs, Java Mode, and Hilit Java

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 ...
DETAILS

Java and XML

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
    • Linux
  • Licenses
    • Freeware
DETAILS

phpdoc (Enzyme)

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...
DETAILS

Python 101

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...
DETAILS

Page:
©2003-2019 jCay.com