Michael- Here is a Software house which specialises in moving projects from J2EE to .Net http://www.netprotechnologies.com/offerings_migration.shtml
When converting from the J2EE Technology to .Net keep these items in mind 1)j2ee components are distributed in Nature the commensurate component on the .Net side would not use CLASSPATH..the default bundling is to package all components together into format which will talk to the .Net runtime 2)JCA components which are readily accessible from J2EE would probably use a bridge to acquire the jdbc resource in any case you will need to install MDAC capability check out http://www.microsoft.com/technet/treeview/default.asp?url=/technet/itsolutio ns/net/evaluate/itpronet.asp?frame=true 3)If your path is to SOAP you will require a WSDL generation tool which .Net provides 4)Configuration information .conf and .provider files which identify port/permission information are built into the .Net IDE but exporting that information is available..Print off all the configuration information and supply that to the .Net project 5)Java Packages can now be called thru Bridge Software available at http://www.jnbridge.com/ 6)The .Net runtime must be resident on the Server and exists as a redistributable check out http://www.microsoft.com/technet/treeview/default.asp?url=/technet/itsolutio ns/net/evaluate/itpronet.asp?frame=true Please keep us apprised as this is of major interest to myself and others. -Martin ----- Original Message ----- From: "Armenio Pinto" <[EMAIL PROTECTED]> To: "'Ant Users List'" <[EMAIL PROTECTED]> Sent: Wednesday, February 05, 2003 2:14 PM Subject: RE: Recommendations for moving from java to .NET > Outch! It burns! > > > ----- Original Message ----- > From: "Nau, Michael" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, February 05, 2003 09:39 > Subject: Recommendations for moving from java to .NET > > > We are looking into shifting our component-based development environment > from java & j2ee to c# & .NET. > > Has anyone used the .NET tools provided in ant > (http://ant.apache.org/manual/OptionalTasks/dotnet.html). Does anyone > have any other recommendations? > > Any advice would be greatly appreciated. > > Thanks, > Mike. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
