In-Depth

.NET Project Targets IBM Websphere for Deployment

IBM and Mainsoft Corporation announced Monday that the Belgian University Hospital in Ghent has chosen IBM WebSphere Portal to develop a self-service virtual information center for its 5,000 staff members, students and healthcare professionals. In addition, the portal is expected to serve more than 380,000 patients and their families that visit the hospital each year, the companies said.

In a unique development twist, the portal application will be developed using Microsoft technologies, specifically Visual Studio 2005. It will include the existing .NET Framework 2.0, fifteen strategic .NET applications already in existence or being constructed, more than five terabytes of data stored in an Oracle database, and an LDAP repository. The Hospital’s .NET application development team will work entirely in .NET, writing ASP pages and integrating existing applications and back-end components.

Enter Mainsoft for Java EE. Mainsoft is a Visual Studio plug-in that dynamically translates .NET MSIL code into Java bytecode. In many cases, the translation can result in a clean compile, making it possible to complete the initial Java port and run on top of WebSphere in a matter of days. Visual Studio developers don’t have to know anything about Java, and can even use the Visual Studio debugger to debug Java code on the fly. Once complete, the application can be maintained in .NET, and cross-compiled to Java EE at deployment time.

The development team said it hopes to leverage its existing expertise and experience with .NET technologies and Visual Studio, yet meet the requirement of deploying a comprehensive Java application running under IBM WebSphere. The full Web portal is expected to be completed by the end of 2008.

About the Author

Peter Varhol is the executive editor, reviews of Redmond magazine and has more than 20 years of experience as a software developer, software product manager and technology writer. He has graduate degrees in computer science and mathematics, and has taught both subjects at the university level.

comments powered by Disqus

Featured

  • Compare New GitHub Copilot Free Plan for Visual Studio/VS Code to Paid Plans

    The free plan restricts the number of completions, chat requests and access to AI models, being suitable for occasional users and small projects.

  • Diving Deep into .NET MAUI

    Ever since someone figured out that fiddling bits results in source code, developers have sought one codebase for all types of apps on all platforms, with Microsoft's latest attempt to further that effort being .NET MAUI.

  • Copilot AI Boosts Abound in New VS Code v1.96

    Microsoft improved on its new "Copilot Edit" functionality in the latest release of Visual Studio Code, v1.96, its open-source based code editor that has become the most popular in the world according to many surveys.

  • AdaBoost Regression Using C#

    Dr. James McCaffrey from Microsoft Research presents a complete end-to-end demonstration of the AdaBoost.R2 algorithm for regression problems (where the goal is to predict a single numeric value). The implementation follows the original source research paper closely, so you can use it as a guide for customization for specific scenarios.

  • Versioning and Documenting ASP.NET Core Services

    Building an API with ASP.NET Core is only half the job. If your API is going to live more than one release cycle, you're going to need to version it. If you have other people building clients for it, you're going to need to document it.

Subscribe on YouTube