Migrating an J2ee appliaction

How do i migrate an BC4J application designed in JDEV 9.0.3 to 10 g
Plz Help!!!!!!!!!!!!!!!

Solved.
For some reason, once the application has been migrated, the following lines were added to orion-application.xml:
    <imported-shared-libraries>
        <import-shared-library name="adf.generic.domain" min-version="10.1.3"></import-shared-library>
        <remove-inherited name="adf.oracle.domain"></remove-inherited>
    </imported-shared-libraries>
-------I do not know if the migration tool was directly responsible for this. Anyway, as this project has been migrated time and time again from a JDev version anterior to 10, this kind of thing was bound to happen someday.
Cheers,
adsm

Similar Messages

  • Migration of J2EE application in JDI Infrastructure

    Hi,
    Can anybody please let me know where would i find a good document on this migration of J2EE in JDI.
    Any, elearning lesson or maybe a pdf or something.
    Also, i am planning to make this as my masters project,
    would you guys think it is possible ???
    Thank you,
    Regards,
    Krunal

    hi
    good
    go through these links, these might help you to solve your problem,
    http://www.gwug.org/artikel/download/IBM_WebSphereStudioFamily_Migration.pdf#search=%22Migration%20of%20J2EE%20application%20in%20JDI%20Infrastructure%20%22
    http://www.dbis.cs.uni-frankfurt.de/downloads/teaching/DB-Vorlesung/2006_SS/SAPNetWeaverGastvortrag.pdf
    http://help.sap.com/saphelp_nw04/helpdata/en/38/33eb9c3e1fe2409a9eba8246b933ca/content.htm
    thanks
    mrutyun^

  • Migrating Local J2ee porject to NWDI

    Hi Experts,
    Did any one work how to migrate local J2ee projects to NWDI.
    If you have any documentation other than the one below.
    can you please forward me.
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/89fe3ac2-0d01-0010-33ad-a20d5caa6350
    http://help.sap.com/saphelp_nw70/helpdata/EN/42/c81fb5d57f136fe10000000a1553f7/frameset.htm
    Thanks,
    James.

    Hi,
    Did you have any problems with the documentation? The docs exactlly describe the steps how to migrate from local DCs to NWDI conrolled DCs. If there are questions left, please post a detailed question!! And as a hint, if you follow the steps in SAP help carefully everything would work.
    Regards,
    Daniel

  • EJB migration using j2ee migration plugin ??

    Hi,
    I have a bean which need to be migrated to WAS from weblogic.
    I have kept the bean,home, and remote source in a directory com.test. My deployement descriptors are in Meta-inf directory. i imported the ejb module import-->j2ee migration using migration pluggin.My bean gets compiled. But option "Build EJB Archive" in the context menu is disabled.Any help??
    regards,
    Sujesh

    Hi,
    This might be because in one of the java files, certain methods which is to be implemented because of the interface it extends are not implemented or overridden.
    Try to override/implement the methods as follows:
    right click on the java file->source->Overide/Implement methods and then choose the relevant methods.
    Regards,
    Prasita

  • Migration of j2ee app from Sun one App Server 6.0  to Sun one 6.5 Server

    Hi all,
    Currently I am involved in "J2EE" ear (webapps) migration from Sun One 6.0 to Sun One 6.5 Application Server on solaris os.Since the version and functionlity itself is major change in Sun One Server, my team had decided to build the source file and decided to port to Sun one 6.5 App Server.On doing build and compiling all source files, EJB compiler is failing on Sun one server 6.5.
    Our findings on migration was as follows:
    Sun one server 6.0 and its EJB compiler internally uses "kfcjdk11.jar" which is the base library to generate ejbs for "Enterprise Archive or ear file " of the application.Hence our application is suceessfully getting compiled and built on Sun one server 6.0 and running pretty fine.
    However, "kfcjdk11.jar" still present in Sun One 6.5 server but its not been referred by SUN One 6.5 EJB compiler.So any successfully ear file deployed on 6.0 App Server, can be deployed on Sun One server 6.5. But to test applications/product's cycle, ear file deployed on SUN one 6.5 throws runtime errors and white screen is displayed to the user.
    I had already included kfcjdk11.jar file into classpath, still its failing to compile the files.
    The one of the error description is as follows:
    [exec] iPlanet Enterprise Java Beans(tm) Compiler (version 6.5)
    [exec]
    [exec] Unexpected compilation Error:
    [exec]
    [exec] ejb_fac_com_server_framework_ejb_ChannelManagerBean.java:9: Superclass com.kivasoft.eb.EBHomeFactoryBase of class com.server.framework.ejb.ejb_fac_com_server_framework_ejb_ChannelManagerBean not found.
    [exec] extends com.kivasoft.eb.EBHomeFactoryBase
    [exec] ^
    [exec] ejb_home_com_server_framework_ejb_ChannelManagerBean.java:8: Superclass com.kivasoft.eb.EBHomeBase of class com.server.framework.ejb.ejb_home_com_server_framework_ejb_ChannelManagerBean not found.
    [exec] public class ejb_home_com_server_framework_ejb_ChannelManagerBean extends com.kivasoft.eb.EBHomeBase implements com.server.framework.ejb.IChannelManagerHome
    [exec] ^
    [exec] ejb_kcp_skel_IChannelManagerHome.java:9: Superclass com.kivasoft.ebfp.EBKCPSkelBase of class com.server.framework.ejb.ejb_kcp_skel_IChannelManagerHome not found.
    [exec] extends com.kivasoft.ebfp.EBKCPSkelBase
    [exec] ^
    [exec] ejb_stub_IChannelManagerHome.java:9: Superclass com.kivasoft.eb.EBStubBase of class com.server.framework.ejb.ejb_stub_IChannelManagerHome not found.
    [exec] extends com.kivasoft.eb.EBStubBase
    [exec] ^
    [exec] ejb_kcp_stub_IChannelManagerHome.java:9: Superclass com.kivasoft.ebfp.EBKCPStubBase of class com.server.framework.ejb.ejb_kcp_stub_IChannelManagerHome not found.
    [exec] extends com.kivasoft.ebfp.EBKCPStubBase
    [exec] ^
    [exec] ejb_stub_IChannelManager.java:9: Superclass com.kivasoft.eb.EBStubBase of class com.server.framework.ejb.ejb_stub_IChannelManager not found.
    [exec] extends com.kivasoft.eb.EBStubBase
    [exec] ^
    [exec] ejb_kcp_stub_IChannelManager.java:9: Superclass com.kivasoft.ebfp.EBKCPStubBase of class com.server.framework.ejb.ejb_kcp_stub_IChannelManager not found.
    [exec] extends com.kivasoft.ebfp.EBKCPStubBase
    [exec] ^
    [exec] ejb_skel_com_server_framework_ejb_ChannelManagerBean.java:7: Package com.iplanet.ias.tools.monitor not found in import.
    [exec] import com.iplanet.ias.tools.monitor.*;
    [exec] ^
    [exec] ejb_skel_com_server_framework_ejb_ChannelManagerBean.java:11: Superclass com.kivasoft.eb.EBSkelDelegate of class com.server.framework.ejb.ejb_skel_com_server_framework_ejb_ChannelManagerBean not found.
    [exec] extends com.kivasoft.eb.EBSkelDelegate
    [exec] ^
    [exec] ejb_kcp_skel_IChannelManager.java:9: Superclass com.kivasoft.ebfp.EBKCPSkelBase of class com.server.framework.ejb.ejb_kcp_skel_IChannelManager not found.
    [exec] extends com.kivasoft.ebfp.EBKCPSkelBase
    [exec] ^
    [exec] 10 errors
    [exec]
    [exec] Result: 255
    Please guide us or suggest us to migrate our application to Sun one 6.5.
    Thanks in advance,

    Hi,
    web applciation uses some of platform specific API which are not portable to App server 7.0 like uda.framework etc.
    So to streamline process we are migrating applcaition to 6.5 server and also planning to rewrite whole archietecture to port it to another app server.
    Thanks,

  • Migrating to J2EE Platform.

    Dear Sir,
    We are currently using Forms based systems. Our company have decided to move to J2EE platform. In our applications, we extensively use all the forms concepts like timer, hierarchical structure, etc. Now my doubt is, do J2EE platform support all these features or should we have change our design accordingly. Can we use JDeveloper for our migration purpose? None of us in our company knew how to use JDeveloper, any online guide available for that? Please help me by giving useful advices and links.
    Thank you very much in advance.
    Regards,
    Senthil .A. Perumal.

    Hi
    Im a VB Based Developer For The Past 6 Years.Now I Migrated To
    J2SE & Planing To Adopt J2EE Soon.
    I Found No Hazards In Migrating From VB To Java.
    Hope You Too Would Feel The Same.
    If You Are New To Java Just Try Running The Samples In <JDK>\demo Folder
    They Are All About Interface Design Can Make You Confident.
    These Are The Oracle URL s That Supports To Learn JDeveloper
    Online Demos:
    http://otn.oracle.com/products/jdev/viewlets/viewlet.html
    Step-by-Step Tutorials:
    http://otn.oracle.com/obe/obe9051jdev/index.htm
    Technical Resources:
    http://otn.oracle.com/products/jdev/index.html
    This Is a Free Subscription By Sun Which Is Also Usefull
    http://subscriptions.sun.com
    Welcome To JDeveloper Community
    Anbudan
    M.G.Ravi Kumar

  • Migrating 9iAS J2EE Applications to 10gAS

    Is my 9iAS(9.0.2) J2EE applications can be migrated to 10gAS(10.1.2) without any changes? If no what are the changes required in my applications (Programs).
    My Application consists of 9 War files and one DAD(which is pointing to Oracle DB for Some PL/SQL Stuff, i dont think which will cause any compatibility, bcoz we are planing to migrate the Application server only.).
    And I am interested on Linux platform.

    Error: java.lang.ClassNotFoundException: oracle.reports.jsp.ReportTagExtraInfo
    OK, this seems to be a classical usage issue of oracle report. See metalink note 270403.1 or this thread Re: Report Paramter on the Reports, which is, in fact, the right place to post questions and search for answers for reports related problems .
    Please tell me if this helps.

  • Migration from J2EE RI to WLS 6.0

    Hi Everybody,
    I'm new to WLS. So far I have been using J2EE RI to develop and deploy my
    applications. Due to my experience with J2EE RI's deployment tool for
    packaging, I would like to know, if there is any tool or simple approach to
    convert generated .ear file from RI format to WLS' one?
    Thanks in advance
    Mohammad Kargar

    Better you can go with IDOC, thsi is best method to transfer data from SAP to SAP.
    Thanks
    Yogesh

  • Com.sap.j2ee.migration.kit

    Hi all,
    This is a Developer Studio Plugin for migration for J2Ee projects.
      Where can I download this from? Is it available along with the Developer studio installation?
    Thanks in advance.
    regards
    Anoop

    Hi,
    Check this link maybe helps you
    migration
    ask them where did they got these two plugins.
    as per NWDS version 12.0 there are NO com.sap.j2ee.migration.kit.* availble.
    Regards,
    RK
    Message was edited by: Ramakrishna Venkat

  • Error while running a J2EE application on Oracle10gAS

    Hi,
    I am receiving an error when trying to run a J2EE application on Oracle10gAS. The application runs successfully on Oracle9iAS, but throws the following exception on 10g application server:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    - <SOAP-ENV:Body>
    - <SOAP-ENV:Fault>
    <faultcode>SOAP-ENV:Server.Exception:</faultcode>
    <faultstring>com.evermind.server.rmi.OrionRemoteException: Error in createInstance(): null; nested exception is: java.lang.NoClassDefFoundError</faultstring>
    <faultactor>/STAR-TicketBroker-context-root/TicketBrokerWS</faultactor>
    </SOAP-ENV:Fault>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Does anyone have any idea why I would be receiving this
    error? We are using Session EJBs in our J2EE application. Are there any changes needed in the code in order to migrate a J2EE application from 9i to 10g ???
    Please help.
    Thanks,
    -Prashant

    Hi Somil,
    I've just had this same error message, and it was because I had a bogus character in my JSP sources.  I'd cut-and-pasted the text from a Word document, and it included the "registered trademark" sign (an R in a circle) as a single character.  This worked in my test environment, but not in my production environment (where presumably the default encoding is different).  I replaced the character with the equivalent HTML entity &amp;reg; (ie. the five characters & r e g ; ) and it all worked.
    Have a look through the offending JSPs and see whether you have any characters that might be incompatible with your default encoding (anything that isn't plain old 7-bit ASCII is potentially a problem).  Change them to HTML entities and you should be fine.
    Hope this helps,
    Richie

  • Migration from OAS 10g to Weblogic 10.3

    Hello,
    I migrate large app from OAS 10g to Weblogic 10.3.
    1.
    The main part of the job was to prepare descriptors for Weblogic. Unfortunatelly I don't find any tool that could do the job:( There are some problems with descriptors namespaces. This schema and namespaces given in 10.3 docs are not working (not available):
    http://edocs.bea.com/wls/docs103/ejb/DD_defs_reference.html
    So I use the one from 10 release in weblogic-ejb-jar.xml:
    weblogic-ejb-jar xmlns="http://www.bea.com/ns/weblogic/10.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/10.0 http://www.bea.com/ns/weblogic/10.0/weblogic-ejb-jar.xsd"&gt;
    and form 9 release in weblogic-cmp-rdbms-jar.xml:
    &lt;weblogic-rdbms-jar xmlns="http://www.bea.com/ns/weblogic/90" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-rdbms20-persistence.xsd"&gt;
    There are also some bugs in docs about ejb relations.
    After fixing some schema compliance exc this step success.
    2. Next the EJBComplianceChecker - its much more restrictive than OAS verification. So updates in ejb interfaces are necessary. It is not a problem with small app but when there ale a lot of code/branches to migrate it's become a problem. I have been looking for some switch that could help with this but with no result/
    EJBComplianceChecker - Spec veryfication level
    3. Now after EJB compliance checker done its job with success I have an exception that I do not understand:
    An error occurred during activation of changes, please see the log for details.
    Exception
    preparing module: EJBModule(corpo_ejb.jar)
    Unable to deploy EJB: corpo_ejb.jar from corpo_ejb.jar:
    There are 1 nested errors:
    java.io.IOException: JDT compilation error! at
    weblogic.ejb.container.ejbc.CompilerForJDT.compile(CompilerForJDT.java:66)
    at
    weblogic.ejb.container.ejbc.EJBCompiler.doCompile(EJBCompiler.java:357)
    at
    JDT compilation error!
    Could you please give me some point where the problem could be? I don't have any idea where to start looking for..
    What are your experiences with migrations from OAS to Weblogic 10?
    Thanks in advance!
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:00 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:01 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:02 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 4:04 AM
    Edited by: Stoigniew Sztank on Oct 10, 2008 8:05 AM

    Hi Stoigniew Sztank,
    I am working on migrating Enterpirse application developed using Struts, Ejb2.0, JMS. Its been deployed on OAS 10G and Websphere, but I need to deploy the application on Weblogic 10.3. It seems you have migrated a J2ee application from OAS 10G to Weblogic 10.3. Please can you list me the steps that you followed to migrate the application.
    As per my understanding follwing things needsto be taken care of:-
    1) Weblogic Descriptor files:
    1.1 Weblogic.xml:- we added security roles and ejb-reference-description for the ejbs.
    1.2 Weblogic-ejb-jar.xml for all the ejbs used in the application.
    1.3 Weblogic-application.xml
    1.4 Resource Adapter
    2) JMS queue set up
    3) JDBC set up
    It would be a great help if you can let me know what are the steps to migrate the application.
    Thanks and Regards
    Deepak Dani

  • Problems migrating from weblogic 8.1 to 9.2

    Hello All,
    I am in the process of migrating a J2EE/EJB application from weblogic 8.1 to 9.2. I am able to deploy the application but could not run it. The application was working fine in 8.1.
    weblogic 9.2 throws the following error...
    <Error> <HTTP> <AQ1647> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1257288283875> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@1e5d16d - appName: 'portal', name: '/', context-path: ''] Root cause of ServletException.
    javax.servlet.jsp.JspException: ServletException in '/common/layouts/column.jsp': Can't insert page '/phonebook/favouritePeople.do' : null
         at org.apache.struts.taglib.tiles.InsertTag$InsertHandler.doEndTag(InsertTag.java:921)
         at org.apache.struts.taglib.tiles.InsertTag.doEndTag(InsertTag.java:460)
         at jsp_servlet._common._layouts.__portal._jsp__tag11(__portal.java:663)
         at jsp_servlet._common._layouts.__portal._jspService(__portal.java:205)
         at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.ServletStubImpl.onAddToMapException(ServletStubImpl.java:394)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:309)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:175)
         at weblogic.servlet.internal.RequestDispatcherImpl.invokeServlet(RequestDispatcherImpl.java:530)
         at weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispatcherImpl.java:266)
         at org.apache.struts.action.RequestProcessor.doForward(RequestProcessor.java:1056)
         at org.apache.struts.tiles.TilesRequestProcessor.doForward(TilesRequestProcessor.java:261)
         at org.apache.struts.tiles.TilesRequestProcessor.processTilesDefinition(TilesRequestProcessor.java:237)
         at org.apache.struts.tiles.TilesRequestProcessor.processForwardConfig(TilesRequestProcessor.java:300)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:231)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1164)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:397)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at com.planetj.servlet.filter.compression.CompressingFilter.handleDoFilter(CompressingFilter.java:191)
         at com.planetj.servlet.filter.compression.CompressingFilter.doFilter(CompressingFilter.java:175)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:42)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3242)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2010)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:1916)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1366)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:181)
    >
    I understand 9.2 is strict with standards, does this have to do something with the standards?
    Thank you in advance.

    This was an issue with flushing in tiles. I set flush="false" and all is working fine.
    Thank you.

  • Xerces.jar error when migrating from weblogic 8.1SP6 to Oracle Weblogic 10.

    Hi all,
    I am migrating the J2ee (1.4) application from 8.1sp6 to Oracle Weblogic server 10.3
    I have set the environment in build.xml to point to Oracle weblogic server and the java to the one that comes with Oracleweblogic.
    Rite now I am seeing the following error.
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\ejb\external\pmt\ServicesBean.java:51: package org.apache.xerces.validators.datatype does not exist
    [javac] import org.apache.xerces.validators.datatype.XMLException;
    [javac] ^
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\ejb\external\pmt\ServicesBean.java:109: cannot find symbol
    [javac] symbol : class XMLException
    [javac] location: class com.myapp.sample.ejb.external.pmt.ServicesBean
    [javac] public static String validateXML(String xmlRequest) throws XMLException {
    [javac] ^
    [javac] C:\Zdev10.3\sep09_Build\src\source\com\myapp\sample\dao\tm\CommonTMDao.java:281: warning: non-varargs call of varargs method with inexact argument type for last parameter;
    [javac] cast to java.lang.Object for a varargs call
    [javac] cast to java.lang.Object[] for a non-varargs call and to suppress this warning
    According to Oracle Weblogic , xerces is been not supported .
    Also we need to go with the xerces.jar for some time.
    Any ideas /inputs/work arounds on this will be appreciated.
    thanks,
    Jyothsna
    Edited by: user10751474 on Oct 9, 2009 9:56 AM

    You have to make sure the LogMessage class (weblogic/i18n/logging/LogMessage) is in the classpath
    Using WebLogic Internationalization utilities: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/utilities.htm#i1011073
    and an example: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/textformatterclasses.htm#g1016464
    and: http://download.oracle.com/docs/cd/E17904_01/web.1111/e13704/loggerclasses.htm#g1020871

  • Migrating app from 9.0.5.1 to 10.1.2.0 findAll problem

    Hi,
    we are migrating our J2EE 1.3 applications from OAS 9.0.4 to 10.1.2.0.2. Thus, we've upgraded JDeveloper from 9.0.5.1 to 10.1.2.0.2 version.
    Now, an EJB 2.0, CMP and CMR, application that worked perfectly with version 9.0.5.1 is showing a very strange behaviour when running on 10.1.2.0.2 version.
    For instance, we've detected that invocation on findAll method of certain entity bean does not retrieve all the rows in the backend table. In fact, the collection it returns has repeated entity beans.
    Any idea on what's going on?
    Thanks in advanced.

    Ghulam,
    The toplink-ejb-jar.xml file is typically created from mapping your entities to the tables in the mapping editor provided in JDeveloper or the standalone workbench utility. It is not a direct 1:1 association with the orion file.
    We have provided a migration utility for moving from the orion CMP to the new default CMP (TopLink).
    http://download-west.oracle.com/otn_hosted_doc/toplink/1013/MAIN/_html/asinteg003.htm#i1016748
    Doug

  • Migration from Alpha/VMS/OracleRDB

    I work on a major application for a site using Alpha hardware, VMS operating System and Oracle RDB database (Forte 3.0.N.1)
    I am interested in any experiences or plans anyone may have or be considering for migrating Forte applications from a similar environment.
    This site has a current "Microsoft" policy, where this particular environment is a "legacy exception", but I'm wondering how/whether .NET and MS Server on Intel would handle the signficant amount of work done. Also I see that j2ee might be an easier migration, but don't have any in-depth knowledge to back this up.

    Hi,
    Its good that you have brought this discursion again. There were some of the discursion here on the similar topic and I see most of the Migration are driven by the company policies towards Microsoft or SUN.
    And other major criteria such are Existing hardware, since most of Forte Applications are on SUN boxes and due to market downtime and reluctant to consider total change in Hardware and other aspects, most of the applications are getting Migrated to J2EE. (As said by other �It�s a kind of compulsion than choice�)
    But since, you have company policy of �Microsoft�, It would be really good to explore all the Architecture intricacies.
    Major one being the platform dependency and your other existing software that are currently supporting your Forte applications (If they are UNIX based).
    Other than that, I see .Net supporting most of the features currently supported by Forte / J2EE. And my personal option is that �C# is the best thing Microsoft has done in the language arena�.
    And most of the other factors such as Industry Involvement, Legacy Integration and Backwards Compatibility, Rapid Application Development, Pros and Cons of Single Vendor Solutions, Platform Maturity, Language Factor, Portability Factor, Web Services Support, Tools, Hardware Costs, Performance and Developer Empowerment holds good for .Net Environment Also.
    Srikanth Koppisetty.

Maybe you are looking for