Comments
Richard Davies wrote: The UK has a good crop of technology pioneers in cloud computing - for example ElasticHosts, FlexiScale, Flexiant, OnApp - and also some strong government initiatives such as G-Cloud. We will have to see whether this kind of technical leadership converts into swift mass-market adoption or not.
Cloud Computing
Conference & Expo
November 2-4, 2009 NYC
Register Today and SAVE !..

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
In many cases, the end of the year gives you time to step back and take stock of the last 12 months. This is when many of us take a hard look at what worked and what did not, complete performance reviews, and formulate plans for the coming year. For me, it is all of those things plus a time when I u...
SYS-CON.TV
Microsoft Visual Studio .NET Enterprise Architect Edition
Microsoft Visual Studio .NET Enterprise Architect Edition

Web Services Journal received a copy of the latest visual development environment from Microsoft - Visual Studio .NET, Enterprise Architect edition. We loaded the software on a PC running Windows 2000 Server, with 384MB of RAM, but with a fairly slow processor (400MHz AMD K6-III). The recommended minimum is a 450MHz Pentium II class processor with 192MB of RAM under Windows 2000 Server, so this machine was roughly at the bottom of the capability range. Although our machine was somewhat underpowered, we're happy to report that Studio loaded quickly and was fairly responsive, even with IIS, SQL Server, and several other packages running.

The Enterprise Architect edition of Visual Studio is everything you need - plus the kitchen sink. The studio itself is four CDs - five if you count the Windows Components Update disk that updates part of the operating system. Included on another disk is Visio 2002, Architect Edition. Also included in the Enterprise pack is Visual Source Safe, Windows 2000 Server, SQL Server 2000, Exchange Server, Commerce Server, BizTalk Server, and Host Server. Most of the server versions are developers editions, rather than licenses for full product use. Altogether, there are over a dozen CDs in the distribution. The studio alone requires over 2GB of disk space.

The space is well worth it, however, particularly if you're interested in developing Web services. The studio provides support for Visual Basic, Visual C++, and Visual C#, and also includes Crystal Reports and a testing facility called Microsoft Application Center Test. Combined with Visual Source Safe and Visio, the studio provides a complete development environment for design, development, testing, and deployment of Windows .NET code.

Running Some Tests
We put Visual Studio .NET through its paces by developing some simple Web services in Visual Basic. The IDE is a fairly complicated, multipaned application, but fortunately there are wizards everywhere to make your job easier. Each pane contains information about a different facet of the application you're building. The Solutions Explorer is the basic project tree of the application, and shows all the files you've created. A number of files are created when you create any project. Gone are the days where you created a single file to do all your work. Now a Web services project generated by the wizard includes a web.config file, a services.asmx file, and a host of others. More are generated as you build a project, including WSDL files. The good news is that you don't have to build most of the files yourself, the IDE does most of the work (see Figure 1).

 

Another pane in the IDE is the Server Explorer, which shows connections to various servers, such as IIS or SQL Server. We used the wizard to connect to the PUBS database, one of the sample databases that ship with SQL Server. It took about 10 seconds to create a connection, and using the design view of the IDE, another 10 seconds to drag the connection onto the design window and incorporate a database connection into our trial Web service application. Almost any component can be dropped onto the design view to incorporate it into the application, although a certain amount of coding is still needed to make things useful. For example, we dropped a DataSet and a DataGrid onto a WebForm, but still needed to write a few lines of code to connect the DataSet to the database connection we had previously set up, and a few more to tie the DataGrid to the DataSet.

Probably one of the more difficult aspects of the environment is knowing exactly what to do. The wizards and the various panes within the IDE provide a great deal of information, but knowing what to do will require serious study. Microsoft sent along several books, including ASP.NET: Tips, Tutorials and Code, from Sams, which was helpful in understanding how to begin. We also used the included Visual Studio .NET Walkthrough manual to take a tour of the Studio, but found this manual a little difficult to use as the transitions between various projects and files were not quite clear in some cases.

The learning curve will vary depending upon how familiar the user is with the actual interface and the languages themselves. We were familiar with both Visual Basic and Visual C++ and had no problem understanding the syntax of the .NET versions of the languages. Our familiarity with Java helped us find C# quite familiar from a language aspect, but we hadn't used the studio in several years and found the arrangement of tools and menus somewhat challenging while we tried to get up to speed. WSJ recommends training for users new to the studio to let them get up to speed quickly.

One of the most gratifying things about Visual Studio .NET is that you don't have to code your own client for the code you've developed. Many developers spend considerable time developing their own clients just to test services. Visual Studio makes that all a thing of the past. Once the service is built (and automatically deployed to IIS), you can simply right click on the .asmx file and select "View in Browser," to see a complete client, generated in a browser page. In addition to supplying links to the various methods defined in the service, the page also provides sample SOAP code that can help you understand what's going on when you click the link and run the code. It's very satisfying to be able to test the code without having to write test code (see Figure 2).

 

Even more satisfying is the reverse-engineering feature built into Visual Studio courtesy of Visio. Most architects are familiar with Visio, having used it to draw network diagrams and the like for years. Microsoft has added a UML add-in module that allows for the creation of all the basic UML diagrams. While it won't give Rational Rose or Togethersoft a run for their money on total UML support, it's much more practical and hits the really meaningful diagrams very well. We didn't have enough time to test it, but Visio can also generate application code, in addition to doing reverse engineering, for a complete round-trip Modeling experience (see Figure 3). And Visio still retains all of its other features, which gives it a complete heads-up over other modeling tools in terms of formatting and printing.

 

We did take the time to create a simple test script using Application Center Test, the testing tool supplied with Visual Studio (see Figure 4). In our test we recorded a Web browsing session that accessed a Web service, and also were denied access to a page, generating a 404 error. Recording was very straightforward, with a simple interface similar to a tape recorder. We then ran the test, which ramped up the number of requests until it hit the limits of the machine (which didn't take much on our slow machine, but it was never intended to be a production server). While we were impressed with the ease of use, it did not seem that ACT is suitable for all testing needs, but it does provide a simple way to do repeatable unit testing.

 

Conclusion
Overall, we found Visual Studio .NET Enterprise Architect Edition full-featured, well-documented, and as complete a development environment as can be imagined from a single company. We highly recommend this as a suite of tools for development of Web services. The ease of use is remarkable, once the learning curve is overcome.

SIDEBAR
Contact:
Microsoft Corporation
One Microsoft Way,
Redmond, WA 98052

Visual Studio .NET Pricing info:
Enterprise Architect:
Full Package: $2,499
Version Upgrade: $1,799

Enterprise Developer:
Full Package: $1,799
Version Upgrade: $1,079

Professional:
Full Package: $1,079
Version Upgrade: $549

URL to purchase the product:
http://shop.microsoft.com/devtools/default.asp

Main SKUs for Visual Studio .NET:
http://msdn.microsoft.com/vstudio/productinfo/overview.asp

Processor:
PC with a Pentium II-class processor, 450 megahertz (MHz)

Operating System:
Microsoft Windows NT 4.0 or later

Memory:
Microsoft Windows XP Professional 160MB of RAM
Windows 2000 Professional 96MB of RAM
Windows 2000 Server 192MB of RAM
Windows NT 4.0 Workstation 64MB of RAM
Windows NT 4.0 Server 160MB of RAM

Hard Disk:
Standard Edition: 2.5GB on installation drive,
which includes 500MB on system drive

Professional and Enterprise Editions:
3.5GB on installation drive, which includes 500MB
on system drive

Drive:
CD-ROM or DVD-ROM drive
Display: Super VGA (800 x 600) or higher-resolution
monitor with 256 colors

Mouse: Microsoft Mouse or compatible pointing device

About Sean Rhody
Sean Rhody is the founding-editor (1999) and editor-in-chief of SOA World Magazine. He is a respected industry expert on SOA and Web Services and a consultant with a leading consulting services company. Most recently, Sean served as the tech chair of SOA World Conference & Expo 2007 East.

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

Register | Sign-in

Reader Feedback: Page 1 of 1

SOA World Latest Stories
In Aug 2011, around 72 million people accessed social networking sites from mobile, increase of 37% from previous year (study by ComScore) and nearly 50% (of 72 million) access networking sites almost every day. Devising a cohesive strategy for addressing both mobility and social medi...
In a surprise move on Tuesday, January 10, Oracle wheeled out its Big Data Appliance. That’s the one it said in October would be ready sometime in the first half. Only nobody believed it meant early in the first half. Heck, it’s not even clear anybody thought Oracle could make the fi...
A Munich court Thursday found Motorola Mobility guilty of infringing an Apple patent and handed Apple a permanent injunction against two Android smartphones. Apple can enforce the injunction after posting a bond lest MMI succeed in invalidating the slide-to-unlock patent (EP1964022) ...
Quick Response (QR) codes are intended to help direct users quickly and easily to information about products and services, but they are also starting to be used for social engineering exploits. This article looks at the emergence of QR scan scams and the rising concern for users today....
The Chinese company that claims it owns the iPad trademark says it plans to seek a ban on iPad exports out of China, threatening global supplies. According to what a lawyer for Proview Technology (Shenzhen) Co Ltd told Reuters, the firm is petitioning Chinese customs to stop shipment...
Cisco Wednesday filed suit in the European Union’s second-highest court, the General Court in Luxembourg, challenging the European Commission’s rubber stamp last October of Microsoft’s $8.5 billion acquisition of Skype. Cisco says it isn’t opposed to the merger, but figures the EC sh...
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