Comments
bruce.armstrong wrote: Somebody just said it better than I did, and with more chops to say it: Open Letter to Mark Zuckerberg, Sheryl Sandberg & Facebook Mobile
Cloud Expo on Google News


2008 West
DIAMOND SPONSOR:
Data Direct
SOA, WOA and Cloud Computing: The New Frontier for Data Services
PLATINUM SPONSORS:
Red Hat
The Opening of Virtualization
GOLD SPONSORS:
Appsense
User Environment Management – The Third Layer of the Desktop
Cordys
Cloud Computing for Business Agility
EMC
CMIS: A Multi-Vendor Proposal for a Service-Based Content Management Interoperability Standard
Freedom OSS
Practical SOA” Max Yankelevich
Intel
Architecting an Enterprise Service Router (ESR) – A Cost-Effective Way to Scale SOA Across the Enterprise
Sensedia
Return on Assests: Bringing Visibility to your SOA Strategy
Symantec
Managing Hybrid Endpoint Environments
VMWare
Game-Changing Technology for Enterprise Clouds and Applications
Click For 2008 West
Event Webcasts

2008 West
PLATINUM SPONSORS:
Appcelerator
Get ‘Rich’ Quick: Rapid Prototyping for RIA with ZERO Server Code
Keynote Systems
Designing for and Managing Performance in the New Frontier of Rich Internet Applications
GOLD SPONSORS:
ICEsoft
How Can AJAX Improve Homeland Security?
Isomorphic
Beyond Widgets: What a RIA Platform Should Offer
Oracle
REAs: Rich Enterprise Applications
Click For 2008 Event Webcasts
SYS-CON.TV
Top Links You Must Click On


Eclipse Special: Bill Dudney on the Web Tools Project
Eclipse Special: Bill Dudney on the Web Tools Project

Related Link:

  • JDJ Exclusive Q & A with Mike Milinkovich, Executive Director, Eclipse Foundation


    The Web Tools Project (WTP) went live late last month and I finally had some time to play around with it. I'll summarize what is there in this article and then write up some of the detail over the next couple of weeks.

    The WTP consists of two major contributions, one from IBM and the other ObjectWeb. The IBM contribution consists of pieces of their development tools for WebSphere. The ObjectWeb contribution is what was known as Lomboz. This initial article will focus on the IBM contribution since Lomboz has great online documentation

    The prerequisites for the IBM tools are heavy. You must have EMF, GEF, VE and XSD in order to use the tool set. You also need Eclipse 3.0, if you have not made the upgrade yet it is well worth it.

    The IBM tools are about 54 MB, the prerequisites are 36 MB for a total of 90MB to get started (unless you are a real geek and already have the extra stuff installed). The getting started guide for the IBM contribution has directions on getting everything installed.

    There are seven major chunks of functionality in the IBM contribution:

  • Data Tools - interact with databases. This set offers some great features for looking at, interacting with and debugging your database code. Current version has troubles getting connected to MySQL but the WTP team is working that currently so I'm sure it will be fixed shortly.

  • J2EE Tools - this group of tools allows the creation of and manipulation of J2EE projects, including J2EE EARs, EJBs, Application Clients, Web projects etc. Also seems to extend the package explorer to allow the various 'subproject' things in a J2EE application to be grouped under highe-level headings like 'EJB Projects' and 'Web Projects'.

  • Server Tools - provides support for Tomcat v3.2.x, v4.0.x, v4.1.x, and 5.0.x as well as a generic framework to support other servers (presumably the tomcat support is one instantiation of the framework for each version of tomcat supported). The other cool thing is a TCP/IP monitor that can sit between your browser and the server and show you all the traffic that flows back and forth.

  • Structured Source Editing - the JSP editor allows JSPs to participate in refactorings. Very Cool! Lots of other cool stuff, including an XML editor, CSS editor and JavaScript editor. The JSP, XML and XHTML/HTML editors also provide quick fixes now. The XML editor rocks, when you right click on an element and select the child you want to add and it's done. Another cool feature is that when the element is collapsed the schema definition is shown.

  • Tabbed Property View - Basically looks like additional info can be packed into the properties view. Nice but not earth shattering.

  • XML Tools - Absolutely beautiful schema editor. WSDL, catalogs all kinds of cool stuff here. Did I mention the schema editor, its "da bomb diggity."

  • Web Services Tools - Includes an explorer for Web services that allows you to view the WSDL as well as invoke methods etc. This feature looks really cool. There are also a couple of wizards for creating Web services and clients. I did not see any cheat sheets like I'd expect here.

    Well there is a ton more to be said but that will have to wait for next time.

    Related Link:
  • JDJ Exclusive Q & A with Mike Milinkovich, Executive Director, Eclipse Foundation


  • About Bill Dudney
    Bill Dudney is Editor-in-Chief of Eclipse Developer's Journal and serves too as JDJ's Eclipse editor. He is a Practice Leader with Virtuas Solutions and has been doing Java development since late 1996 after he downloaded his first copy of the JDK. Prior to Virtuas, Bill worked for InLine Software on the UML bridge that tied UML Models in Rational Rose and later XMI to the InLine suite of tools. Prior to getting hooked on Java he built software on NeXTStep (precursor to Apple's OSX). He has roughly 15 years of distributed software development experience starting at NASA building software to manage the mass properties of the Space Shuttle.

    In order to post a comment you need to be registered and logged in.

    Register | Sign-in

    Reader Feedback: Page 1 of 1

    I thought COBOL lines terminated with a semi-colon - or has somebody begun revising history and the replacement of Java with COBOL already begun?

    Somebody kindly remind me of what I'm supposed to think.

    IBM's new ploy: first Donate all the WSAD components around Data Perspective, J2EE perspective, XML perspective to kill the Java IDE competition. Then flood market with too many eclipse plugins for WebLogic and other appservers. Make sure that they step on each other's toes. Ensure that only WebSphere Appserver is compatible with eclipse. Force Sun to open-source Java. Then start using the unused, "goto" statement in Java. Replace semicolon with period as statement terminator. And finally, deprecate the word Java and replace it with COBOL.

    Disregard my previous comment, I found the download links.

    Now I have another question, I can't get the JSP editor
    to recognize custom tags. It seems like it is not finding
    the tld files. Any hints on how to make the JSP editor find the TLDs?

    Thanks.

    I can't find a link to download the plugin. Can someone please provide one?

    Thanks.

    Try http://download.eclipse.org/webtools/downloads/initial-contributions/ibm...

    Looks like link to ibm.zip ( http://www.eclipse.org/webtools/initial-contribution/ibm.zip) is broken.


    Your Feedback
    Jack K wrote: I thought COBOL lines terminated with a semi-colon - or has somebody begun revising history and the replacement of Java with COBOL already begun? Somebody kindly remind me of what I'm supposed to think.
    Deep Throat wrote: IBM's new ploy: first Donate all the WSAD components around Data Perspective, J2EE perspective, XML perspective to kill the Java IDE competition. Then flood market with too many eclipse plugins for WebLogic and other appservers. Make sure that they step on each other's toes. Ensure that only WebSphere Appserver is compatible with eclipse. Force Sun to open-source Java. Then start using the unused, "goto" statement in Java. Replace semicolon with period as statement terminator. And finally, deprecate the word Java and replace it with COBOL.
    Eraser wrote: Disregard my previous comment, I found the download links. Now I have another question, I can't get the JSP editor to recognize custom tags. It seems like it is not finding the tld files. Any hints on how to make the JSP editor find the TLDs? Thanks.
    Eraser wrote: I can't find a link to download the plugin. Can someone please provide one? Thanks.
    mohanc wrote: Looks like link to ibm.zip ( http://www.eclipse.org/webtools/initial-contribution/ibm.zip) is broken.
    Enterprise Open Source Magazine Latest Stories . . .
    Before embarking on using open source cloud technology for your web property, a basic understanding of cloud, as it’s used in the industry, is essential. While there might be exceptions, here are the definitions. A software application delivered on the web instead of installing standa...
    Businesses today generate billions of events or 100s of TBs of data in a month. These data contain valuable insights into customer behavior, key trends, buying patterns, etc. If these are successfully mined, they can lead to successful decision-making to maximize revenue and traffic fo...
    Grid Dynamics, an eCommerce technology solutions company, and GridGain Systems, makers of an open source in-memory platform for Big Data processing, on Wednesday announced the expansion of their partnership which began in 2008. Grid Dynamics provides personalization and big data solut...
    Private clouds solve many problems for enterprises and bring unique operational challenges along with them. There are dozens of companies of all sizes that will build you a private cloud and turn over the keys – then what? Trying to convert a traditional enterprise IT operations team t...
    The networking industry has gone through different waves over last 30+ years. In the ’80s, the first wave was all about connecting and sharing; how to connect a computer to other peripheral devices and other computers. There were many players who developed technology and services to ad...
    If your organization already uses virtualized infrastructure, you are well on your way to providing IT as a Service. But as businesses demand faster results in today’s competitive market, organizations look to gain more benefits from cloud computing than just virtualized infrastructure...
    Subscribe to the World's Most Powerful Newsletters
    Subscribe to Our Rss Feeds & Get Your SYS-CON News Live!
    Click to Add our RSS Feeds to the Service of Your Choice:
    Google Reader or Homepage Add to My Yahoo! Subscribe with Bloglines Subscribe in NewsGator Online
    myFeedster Add to My AOL Subscribe in Rojo Add 'Hugg' to Newsburst from CNET News.com Kinja Digest View Additional SYS-CON Feeds
    Publish Your Article! Please send it to editorial(at)sys-con.com!

    Advertise on this site! Contact advertising(at)sys-con.com! 201 802-3021


    SYS-CON Featured Whitepapers
    ADS BY GOOGLE