InfoQ

InfoQ

News

My Bookmarks

Login or Register to enable bookmarks for unlimited time.

The content has been bookmarked!

There was an error bookmarking this content! Please retry.

Nexaweb Enterpise Web 2.0 Released with Visual Editor and Debugging Enhancements

Posted by Charles Humble on Oct 04, 2007

Sections
Development
Topics
Java ,
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

Watch Thread Reply

Educational Content

Collaboration: At the Extremities of Extreme

Jason Ayers share the observations he made watching a team of developers collaborating in real time on the same code base, pushing XP, pair programming and continuous integration to their extremes.

Yesod Web Framework

Michael Snoyman presents Yesod, a web framework written in Haskell and containing a web server, templating, ORM, libraries (templating, gravatar, etc.).

Transactions without Transactions

Richard Kreuter and Kyle Banker on how to avoid classical RDBMS transactional systems by using compensation mechanisms, transactional messaging or transactional procedures.

Attila Szegedi on JVM and GC Performance Tuning at Twitter

Attila Szegedi talks about performance tuning Java and Scala programs at Twitter: how to approach GC problems, the importance of asynchronous I/O, when to use MySQL/Cassandra/Redis, and much more.

10 tips on how to prevent business value risk

One category of risk that project teams need to ensure they address is business value failure – delivering a product that fails to provide value for the business investor.

Interview: Software Systems Architecture: Working With Stakeholders Using Viewpoints and Perspectives

InfoQ spoke to the authors of Software Systems Architecture on a couple of new topics, the System Context viewpoint and Agile, which have been added to the second edition.

Beauty Is in the Eye of the Beholder

Alex Papadimoulis discusses ugly code, where it comes from, how to avoid it, and how to get rid of it.

Architecting Visa for Massive Scale and Continuous Innovation

John Davies examines Visa’s architecture and shows how enterprises have architected complex integrations incorporating Hadoop, memcached, Ruby on Rails, and others to deliver innovative solutions.