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

The 13th Annual Software Development Jolt & Productivity Awards


WEB SERVICES TOOLS

BEA WebLogic Workshop
BEA Systems


Leslie Tighe, Product Marketing Manager; Christina Guenier, Senior Manager, Public Relations

BEA WebLogic Workshop 7.0 is a slick package for those in a hurry to build Web services. Workshop makes it easy to build Web-enabled applications by freeing developers from Web-specific tasks, allowing them to concentrate on writing application logic in Java. The integration of an IDE, controls and a deployment environment enables some cool functionality that greatly enhances developer productivity.

The Workshop consists of two major components: a visual Java IDE and a runtime environment. The combination of these two elements allows for tight integration of development, testing and deployment tasks. The development environment enables the developer to visually connect Web services components, so you can write your Java code using standard Java interfaces and then connect it to an XML message component that translates the Java interface to a WSDL service. The Workshop uses code annotation to specify how the Java interfaces are translated to Web services. After specifying the Web services, controls and business logic, the workshop generates the necessary infrastructure code for the XML, SOAP and WSDL elements. Even better, it generates the J2EE runtime components required (EJBs, JMS queues and JDBC connections), the test stubs to feed test messages into the Web service and the test stubs to receive messages from the Web service.

—Hugh Bawtree

M7 Application Assembly Platform
M7

Developers using J2EE frequently encounter productivity problems related to difficulty with code reuse, integration with existing systems and performance problems. Many of these obstacles can be alleviated through the use of an application assembly platform, such as M7 2.0. M7 helps isolate developers from the complexity of integrating the underlying J2EE components by allowing you to build applications visually from J2EE components, store them in an object repository, and integrate them with major J2EE application servers such as BEA WebLogic, IBM WebSphere and JBoss. M7 can also be used to build Java Server Pages and Web services.

—Warren Keuffel

SOAPscope
Mindreef

Frank Grossman and Jim Moskun, inventors of the classic NuMega BoundsChecker Windows API debugging tool, retired a few years ago. Big mistake—they soon got bored. Minds ablaze, they surfaced with SOAPscope 1.0, a unique SOAP transaction packet network sniffer that logs packet internals to an embedded relational database for debugging. Frank and Jim know that logging is only half the task; thus, SOAPscope turns hard-to-read packet data into pseudocode and XML representation from the database in real time. To improve tracing, database packets may be richly annotated with information such as the hyperlink that started the transaction. Further, incorrect packets may be re-sent to their target with debugging alterations. Another bonus: The tool is a great training environment for SOAP novices.

—Roland Racko

SOAPtest
Parasoft

Not one to miss a trend, Parasoft has taken its stellar testing-tool track record and extended further with SOAPtest 1.0. SOAP may be simple, but the messages it encodes are often anything but. SOAPtest’s components work together to simplify and reduce the Web service testing effort. Depending on whether it’s testing a server or a client, SOAPtest generates a client emulator or a server emulator.

For client emulators, Soaptest automatically generates test cases and values for each parameter in the XML message. The results are saved for regression testing; the saved test cases help determine the average and peak loads that the service can handle. SOAPtest also lets you develop and customize test cases with Java, Javascript or Python. This useful tool fits snugly into any Web service deployment effort.

—Hugh Bawtree


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.