• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Portal

 
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

Can any body tell me which cases we can use portal.

Suppose i have four applications there for different weblogic instances .

So how can i combined those four applications into single application using portal server .

Regards
Reddy
 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think your question was not clear. But as I understand it, you have 4 different applications (java based - eg JSP or Servlets) and you want to use it with WLPortal (maybe for SSO or a single GUI).

All you have to do is to change your current (4) applications to portlets and deploy it in the Portal.

Correct me if I got your question wrong.
 
Graham Thorpe
Ranch Hand
Posts: 265
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

The problem what i facing here was

I have four java based applications (like ...cource,student,admin,fees) have for different weblogic instances.
So now i plan to combined all the above applications into one single application (like college) using Portal Server (Weblogic) .So is it possible to integrate like this with out change code for the above four applications?

And how can i call jsp`s remotely through portal server ?

Regards
Reddy
 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The portal really only combines the Web portions of your application. If your business logic is in the EJB container or uses WLI that is a different story. You could create a portlet for each one and then package the applications appropriately for the portal server.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic