InfoQ

News

Nexaweb Enterpise Web 2.0 Released with Visual Editor and Debugging Enhancements

Posted by Charles Humble on Oct 04, 2007 11:23 AM

Community
Java
Topics
Web Frameworks
Tags
Nexaweb ,
AJAX

Nexaweb hashave announced the latest release of their Enterprise Web 2.0 Suite, an application development and deployment platform for building Rich Client, Composite and Enterprise Mashup applications in JEE environments. Nexaweb is among a growing list of companies such as BEA Systems, IBM, and JackBe emphasing the use of mashup technology in the enterpise.

The Nexaweb Enterprise Web 2.0 Suite consists of four major components:

  1. The Universal Client Framework: Handles the client presentation and keeps track of the state of interaction. Clients may be written as AJAX, Java applet, or Java desktop applications with a common set of libraries providing data binding and validation. The UI for Nexaweb applications can be built up programmatically or using a proprietary XML based format called eXtensible Application Language (XAL), which is entirely processed on the client-side.
  2. The Internet Message Bus: Nexaweb applications communicate with the server using a messaging bus built on top of HTTP. The messaging bus supports a similar set of basic use patterns as those offered by other messaging products such as IBM's WebSphere MQ. This includes support for publish/subscribe, broadcast, server push, and pseudo-synchronous request/response messaging from the browser.
  3. Enterprise Data Services: On the server-side Nexaweb uses servlet/listener based resources that can be accessed via the API and enable communication with Web services and SOA data sources. Since the server-side components are servlet based they can be run in a Java web container such as Apache Tomcat as well as in any full JEE application server.
  4. Nexaweb Studio: An Eclipse based IDE that enables visual development of Enterprise Web 2.0 applications.

The client-side approach to processing the XML taken by Nexaweb's Universal Client Framework is unique in the context of Rich Internet Applications. Products like OpenLaszlo and Adobe's Flex work by compiling XML to the SWF binary format on the server which is then rendered by Adobe's Flash Player on the client. JSF and jMaki also do their XML processing server-side sending HTML and JavaScript from server to browser. By processing the mark-up and rendering client-side Nexaweb argue that their product allows developers greater flexibility in the client-side technologies they use to create their XML. For example, the UI could be built using XSLT, JSP or any JEE web framework capable of outputting XML.

The main emphasis on this release has been on Nexaweb Studio with a number of new features and enhancements including:

  • Visual Editor — A WYSIWYG environment for the creation of complete applications or application elements. Using drag-and-drop, developers can select user interface widgets from a palette, place them on a canvas, bind them with internal, external, and third-party data services, and test and preview the application in a browser. Snap-to-grid is supported for widgets being placed on the canvas.
  • Integrated AJAX and Java Perspectives: This combines the basic AJAX and Java development perspectives in a single list view. Menu items have been reorganized to streamline the composite view.
  • Integrated Debugging & Testing: New Web service testing tools and help wizards provide support for SOA integration.

Nexaweb Enterprise Web 2.0 Suite starts at $17,900 (USD) covering the platfrom and support for three developers. Nexaweb state that the product has been used by 5,000 companies.

No comments

Reply

Exclusive Content

Book Except and Interview : Aptana RadRails, An IDE for Rails Development

Aptana RadRails: An IDE for Rails Development by Javier Ramírez discusses the latest Aptana RadRails IDE, a development environment for creating Ruby on Rails applications.

Fast Bytecodes for Funny Languages

Cliff Click discusses how to optimize generated bytecode for running on the JVM. Click analyzes and reports on several JVM languages and shows several places where they could increase performance.

Scott Ambler On Agile’s Present and Future

Scott Ambler, Practice Lead for Agile Development at IBM, speaks on the current status of the Agile community and practices having a look at the perspective of the Agile’s future.

Manager's Introduction to Test-Driven Development

Dave Nicolette and Karl Scotland try to introduce non-technical managers to one of the most popular Agile development techniques: Test-Driven Development (TDD).

Structured Event Streaming with Smooks

Smooks is best known for its transformation capabilities, but in this article Tom Fennelly describes how you can also use it for structured event streaming.

How to Work With Business Leaders to Manage Architectural Change

Successful architectures evolve over time to meet changing business requirements. Luke Hohmann presents how to collaborate with key members of your business to manage architectural changes.

Colors and the UI

In this article, Dr. Tobias Komischke explains how colors used in a GUI can influence our interaction with a computer and offers advice on using the appropriate colors for the interface.

Building your next service with the Atom Publishing Protocol

In his presentation, recorded at QCon San Francisco, MuleSource architect Dan Diephouse explores ways to use the Atom Publishing Protocol (AtomPub) when building services in a RESTful way.