Dr. Dobb's is part of the Informa Tech Division of Informa PLC

This site is operated by a business or businesses owned by Informa PLC and all copyright resides with them. Informa PLC's registered office is 5 Howick Place, London SW1P 1WG. Registered in England and Wales. Number 8860726.


Channels ▼
RSS

Jolt Awards

Fresh Faces


June, 2005: The 15th Annual Software Development Jolt & Productivity Awards

Software Development

June 2005

WEB DEVELOPMENT TOOLS


David Wadhwani, VP, Engineering


Macromedia Flex 1.5
Macromedia

Although impressive and fully functional implementations of DHTML-based user interfaces such as Google Maps are becoming increasingly common, Web developers often feel like the whole JavaScript/CSS model of Web user interfaces is being pushed to its limits to make sure that everything works in every browser. For a time, Java applets were the answer. Performance problems, overly protective security patches and differences in the way controls are rendered squashed that idea. But wouldn't it be nice to start over and design a truly platform-independent model for Web UIs—and while you're at it, how about integrating it with an application server?

This is just what Macromedia's done with its new Flex presentation server. Macromedia Flex is a server component that uses XML code to generate Flash swf user interfaces. Flex contains an extensive library of components, including visual user interface components, data models and remote service controls. The only software required on the client side is a browser with the Flash player installed.

Macromedia is probably the only company with the goodwill and installed base to attempt such a bold reinvention of the Web application. The only thing keeping Flex from exploding from a niche server into a new standard is its steep price. At $12,000 for a two-CPU license, its market penetration is likely to remain limited. Flex's demonstration of the Web's potential, however, is absolutely Jolting.

—Chris Minnick

Productivity Award Winners

Contribute 3.0
Macromedia

Anyone who's built a website knows that initial construction is only the beginning; a never-ending stream of changes to the content, as well as occasional changes to the architecture or design, are de rigueur. Every developer eventually looks for ways to offload content changes to the site owner, and the lucky ones find Macromedia's Contribute.

Macromedia has used the strengths of Dreamweaver's underlying engine to create, in Contribute, a tool that allows developers to put site owners in charge of their sites' content. Word, Excel and PowerPoint documents can be embedded into Contribute's pages. User-specific roles can be assigned to prevent problems, and basic site-building capabilities are included, allowing greater control over their sites. Contribute lets developers and users alike focus on what they each do best.

—Warren Keuffel

NitroX 2.0
M7 Corporation

Is it a fertilizer? Rocket fuel? A gas mixture for survival respiration in far climes? For developers using JSP, Java and Struts in Eclipse, NitroX from Cupertino, Calif.–based M7 is all of the above—and then some.

I especially liked NitroX's thorough integration with Struts and the tool's holistic approach of changing a site rather than just manipulating code files. For example, setting and then triggering a breakpoint in a JSP page lets you drill stepwise down to your custom tags' affected Java code. Any changes you make to upward- and downward-affected code layers are quickly found and accomplished.

Code completion irrespective of language layer, assistance in choosing the right Struts resource for any given context, immediate detection of misnamed resources and multiplatform operation round out this strong time- and effort-saving tool.

—Roland Racko

Apache Tomcat 5.0
The Apache Software Foundation

Tomcat is a no-brainer for me—it's the industry's most popular Java Servlet and Java Server Pages (JSP) Web container, and has become the official reference implementation and standard for developing and deploying J2EE Web applications and Web services.

Its improved performance over Tomcat 4.1 comes from extensive tuning of its request pipeline, which significantly reduces memory pressure on the JVM's garbage collector, tag pooling and plug-ins, and a build system based on Ant 1.6. Tomcat is interoperable with most operating systems that are capable of running a Java Virtual Machine (JVM), including Windows, Unix, Linux and others. Tomcat's also interoperable with any JDBC-compliant database, including Oracle, SQL Server, DB2 and others.

What does all this mean? It's now easier than ever to build and deploy apps on Tomcat.

—John Lam



Related Reading


More Insights






Currently we allow the following HTML tags in comments:

Single tags

These tags can be used alone and don't need an ending tag.

<br> Defines a single line break

<hr> Defines a horizontal line

Matching tags

These require an ending tag - e.g. <i>italic text</i>

<a> Defines an anchor

<b> Defines bold text

<big> Defines big text

<blockquote> Defines a long quotation

<caption> Defines a table caption

<cite> Defines a citation

<code> Defines computer code text

<em> Defines emphasized text

<fieldset> Defines a border around elements in a form

<h1> This is heading 1

<h2> This is heading 2

<h3> This is heading 3

<h4> This is heading 4

<h5> This is heading 5

<h6> This is heading 6

<i> Defines italic text

<p> Defines a paragraph

<pre> Defines preformatted text

<q> Defines a short quotation

<samp> Defines sample computer code text

<small> Defines small text

<span> Defines a section in a document

<s> Defines strikethrough text

<strike> Defines strikethrough text

<strong> Defines strong text

<sub> Defines subscripted text

<sup> Defines superscripted text

<u> Defines underlined text

Dr. Dobb's encourages readers to engage in spirited, healthy debate, including taking us to task. However, Dr. Dobb's moderates all comments posted to our site, and reserves the right to modify or remove any content that it determines to be derogatory, offensive, inflammatory, vulgar, irrelevant/off-topic, racist or obvious marketing or spam. Dr. Dobb's further reserves the right to disable the profile of any commenter participating in said activities.

 
Disqus Tips To upload an avatar photo, first complete your Disqus profile. | View the list of supported HTML tags you can use to style comments. | Please read our commenting policy.