cancel
Showing results for 
Search instead for 
Did you mean: 

Migrating from an existing Java Web Application to Portal

05-24-2006 10:36 PM
501 views 7 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

How feasible is it to migrate from an existing Java application to SAP Enterprise Portal ? What are the factors that needs to be considered ?

It is quite a huge web application which connects to an existing SAP HR System. The functionalities and business processes are different from what we have in ESS & MSS and it calls a lot more transactions which are not standard SAP Transactions. So just importing the business package is also not going to serve the purpose. Customizing the business package to meet their requirements is going to be highly time consuming.

Recreating the application in Webdynpro or HTMLB is again a killer task.

How do I go about this ? Is there a way that I use their existing web application as it is to have it running on Enterprise Portal ?

Any document which precisely explains the procedure to do this ?

Any valuable inputs would be highly appreciated and awarded.

Thanks in advance.

Regards,

Sunil

0 Likes

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Likes

Just you deploy your .ear file in j2ee engine thru' SDM and do create an iview on top of your .ear file,

i hope it solves your problem.

Thanks

Mohan Krishna

Former Member
0 Likes

Hi Sunil,

what do you mean with "an existing Java application"? Is it a desktop application using AWT/Swing/SWT for example or is it already a web-based application built on top of Servlets and JSP?

Converting a desktop (standalone) application into a web-based application is quite difficult, as you have to recreate the complete user interface and adopt most of your business logic to run inside an application server. If your business logic is already running inside an application server, you would just have to adopt your user interface.

If your java application is already a web-based one, you would have to adopt it to the Poral environment. Should be possible to reuse much of the components (especially the user interface).

But you do have to get comfortable with the portal environment in either case. Unfortunately, there are no guides, that could assist you in this migration.

Kind regards, Lars

Former Member
0 Likes

if you could give me your mail id I will send you a couple of pdf s that deal with the issues that you have like assessment of the migration process and the actual process itself .

PS : Please award points if useful

Former Member
0 Likes

Great links.

Thanks for that.

regards,

Silvio

0 Likes

Hi

Can i know wht is the existing Server ( J2ee Server )

Regards

Swamy.B

Former Member
0 Likes

Hi,

If am not wrong, you want to migrate a non-SAP Java application to SAP application server?

Check these links:

https://media.sdn.sap.com/html/submitted_docs/sap_j2ee_migration_kit_webpages/index.html

Hope it helps.

Regards,

M.Subathra

Former Member
0 Likes

SAP Enterprise Portal actually runs on a J2EE Engine on SAP Web Application Server. So, practically you can deploy any J2EE application on it. But when you say SAP Portal it means using Portal Framework for which you will have to convert existing application to use Portal framework. I am not aware of any simple procedure for it.

But my question is if you are not going to use Portal framework then why do you want to use SAP Portal ? Any specific reasons ?

Regards,

Piyush

ps: please award points for useful answers.