Complete.Org: Mailing Lists: Archives: discussion: February 2002:
[aclug-L] FW: WebSphere Studio for Developing Web Applications
Home

[aclug-L] FW: WebSphere Studio for Developing Web Applications

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: "Aclug Discussion" <discussion@xxxxxxxxx>
Subject: [aclug-L] FW: WebSphere Studio for Developing Web Applications
From: "Dale W Hodge" <dwh@xxxxxxxxxxxxxxxx>
Date: Thu, 14 Feb 2002 09:54:03 -0600
Reply-to: discussion@xxxxxxxxx

-----Original Message-----
From: Linux_Desktop_Apps@xxxxxxxxxxxxxxxxxxx
[mailto:Linux_Desktop_Apps@xxxxxxxxxxxxxxxxxxx]
Sent: Thursday, February 14, 2002 12:38 AM

LINUX DESKTOP APPLICATIONS --- February 14, 2002
Published by ITworld.com -- changing the way you view IT
http://www.itworld.com/newsletters
____________________________________________________________________________
____

HIGHLIGHTS

* Building off of the Eclipse IDE and SWT windowing toolkit, IBM is
  giving Java developers on Linux a variety of options.

____________________________________________________________________________
__

WebSphere Studio for Developing Web Applications
By Eric Foster-Johnson

IBM's WebSphere Studio provides an integrated development environment
(IDE) for developing Java-language applications, especially server-side
applications. IBM recently made a preview, or pre-release, version
available for Linux developers that can be downloaded from
http://www-3.ibm.com/software/webservers/studio/preregister.html#wsadlp.

An IDE organizes your work in projects. IDEs typically include a text
editor, project management tools, a debugger, and tools to
automatically rebuild the project when you make changes. IDEs bundle
all these tools together into one integrated graphical environment. For
server-side applications, Java IDEs add tools to help create Java
Server Pages (JSPs), Java servlets, and Enterprise Java Beans (EJBs).

WebSphere Studio is now based on the same core as Eclipse -- a new free
IDE IBM plans to release as open source. Eclipse provides a framework
for plugging-in extra tools. In fact, Eclipse (http://www.eclipse.org)
defines all basic IDE functions as plug-in tools. For example, all the
support for java applications comes in the form of plug-ins, and you
can download an early version of a C++ plug-in as well.

To get around complaints about slow graphic performance in Java
applications, Eclipse uses SWT -- a custom windowing toolkit from IBM.
SWT improves performance by using native windowing system widgets.
Consequently, SWT is not as portable as Java's Swing graphic toolkit,
which is used for most Java applications. While Swing runs most
everywhere Java does, SWT for Eclipse is restricted to Linux and
Windows at this time.

SWT makes a big difference. Even with something as simple as pulling
down a menu, Java Swing applications tend to display a slight, but
noticeable, delay. This may not seem like much, but it interrupts your
chain of thought. SWT-based applications, like Eclipse, display a
snappy performance when pulling down menus.

WebSphere Studio and Eclipse aren't the only IDEs for Java development
on Linux, though. Borland's JBuilder runs on Linux and you can download
the low-end version for free at http://www.borland.com/jbuilder.

Sun's Forte is another IDE whose low-end version can be downloaded for
free from http://www.sun.com/forte/ffj. Sun also released Forte's
source code. A full version of this IDE, called NetBeans, can be
downloaded from http://www.netbeans.org. NetBeans is similar to Eclipse
in that NetBeans was designed to allow developers to plug-in new tools.

Two Java editors, jEdit (http://www.jedit.org) and Jext
(http://www.jext.org), offer IDE-like features as well.

About the author(s)
-------------------
Eric Foster-Johnson has written 14 books on Linux, Unix, programming
and open source tools. Eric can be reached at erc@xxxxxxxxxxxx or at
http://www.pconline.com/~erc.
____________________________________________________________________________
____

ADDITIONAL RESOURCES

Java Development Gains Consistency Under Eclipse IDE
http://itw.itworld.com/GoNow/a14724a52631a76028222a3

Review: IBM WebSphere Voice Toolkit
http://itw.itworld.com/GoNow/a14724a52631a76028222a0

Eclipse vs. NetBeans: A War of Words
http://itw.itworld.com/GoNow/a14724a52631a76028222a1

SWT+JFace - The Java User Interface alternative
http://itw.itworld.com/GoNow/a14724a52631a76028222a2
____________________________________________________________________________
____

ITWORLD.COM NEWSLETTER ARCHIVE

Index of Linux Desktop Applications
http://www.itworld.com/nl/lnx_desktop/

Mail Clients, Part 2
http://www.itworld.com/nl/lnx_desktop/06282001/

Mail Clients, Part 3
http://www.itworld.com/nl/lnx_desktop/07052001/
____________________________________________________________________________
____

CUSTOMER SERVICE

SUBSCRIBE/UNSUBSCRIBE:
- Go to: http://www.itworld.com/newsletters
- Click on "View my newsletters" to log in and manage your account
- To subscribe, check the box next to the newsletter
- To unsubscribe, uncheck the box next to the newsletter
- When finished, click submit

Questions? Please e-mail customer service at: mailto:support@xxxxxxxxxxx
____________________________________________________________________________
____

CONTACTS

* Editorial: Andrew Santosusso, Newsletter Editor,
  andrew_santosusso@xxxxxxxxxxx
* Advertising: Clare O'Brien, Vice President of Sales,
  clare_obrien@xxxxxxxxxxx
* Career Corner: Janis Crowley, Vice President/General Manager, IDG
  Recruitment Solutions, janis_crowley@xxxxxxxxxxxxx
* Other inquiries: Jodie Naze, Senior Product Marketing Manager,
  jodie_naze@xxxxxxxxxxx

____________________________________________________________________________
____

PRIVACY POLICY

ITworld.com has been TRUSTe certified
http://www.itworld.com/Privacy/

Copyright 2002 ITworld.com, Inc., All Rights Reserved.
http://www.itworld.com


-- This is the discussion@xxxxxxxxx list.  To unsubscribe,
visit http://www.complete.org/cgi-bin/listargate-aclug.cgi


[Prev in Thread] Current Thread [Next in Thread]
  • [aclug-L] FW: WebSphere Studio for Developing Web Applications, Dale W Hodge <=