Navigation

Search

Categories

On this page

.Net on J2EE
As seen on MSN spaces
Google Earth and National Geographic
At the end of all things..

Archive

Blogroll

Disclaimer
The opinions expressed herein are my own personal opinions and do not represent my employer's view in any way.

RSS 2.0 | Atom 1.0 | CDF

Send mail to the author(s) E-mail

Total Posts: 148
This Year: 1
This Month: 0
This Week: 0
Comments: 42

Sign In
Pick a theme:

# Friday, September 30, 2005
Friday, September 30, 2005 10:40:01 PM (GMT Daylight Time, UTC+01:00) ( .Net Web )

Mainsoft has a free developer edition of their Visual Mainwin product. This integrates with VS 2003, and compiles .net code into Java classes, which can then be deployed on J2EE app servers. This is pretty neat, I can deploy the web application on IIS and on a J2EE appserver. The installation comes with Tomcat.

Porting a .Net app to J2EE is simple, just right click on the project in VS 2003, and selecte Generate J2EE project. This adds a new project to the solution, but the source files can only be changed in the original  project. Building the solution compiles the .net app, and the J2EE project. This also creates the neccessary deployment descriptors for Java. This also creates a complete package to deploy on a remote app server.

VB.Net 2003 is a pre-requisite for Visual Mainwin, but they plan on removing this dependancy in future versions. One thing to watch out is that, the source files of all the projects and the projects they refer to is needed.

For example, in your web application if you add a reference to a component, the J2EE project will not compile because it cannot generate the java libraries for the component. So there should be an equivalent java library (jar file) or the source code should be there to create it.

I've so far done some simple web applications with it, and it works well.

Now because.Net apps can be deployed on other platforms, here is an article on best practices

http://linux.sys-con.com/read/117910.htm

Comments [0] | | # 
# Tuesday, September 27, 2005
Tuesday, September 27, 2005 7:06:40 PM (GMT Daylight Time, UTC+01:00) ( Odds & Sods )
Comments [0] | | # 
# Tuesday, September 20, 2005
Tuesday, September 20, 2005 9:19:07 PM (GMT Daylight Time, UTC+01:00) ( Odds & Sods )

Roaming around Google Earth, I found these yellow rectangles. Turns out these are National Geographic markers. Each marker points to an article in the National Geographic Magazine online edition. Neat eh ? :)

national geographic in google earth

Comments [0] | | # 
Tuesday, September 20, 2005 1:18:32 PM (GMT Daylight Time, UTC+01:00) ( )

I've finished the last part of my Masters degree and the last 4 weeks have been very stressful. Now i just have to sit and wait for the results of my project, but I have a pretty good feeling about it :).

I'm trying to get back into my "work" mode, after being a student for a year. Quite a bit to catch up on. I'm brushing up on .Net patterns & practices. I'm also getting all the betas installed on my laptop, as I didnt want to risk anything earlier when I was doing course work. I'm on a "install fest" this week.

Stuff left to install..

 WSE 3.0 beta, WinFX SDK, LINQ tp and last but not least Ubuntu linux.

The nice people at Canonical just sent me 10 Live and Install CDs.

anyways more later, just enjoying the relief for a bit :)

 

Comments [0] | | #