• 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

Develop on BEA, deploy on Websphere, Oracle iAS

 
Ranch Hand
Posts: 171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Does anyone have experience in successfully using BEA's Workshop and Weblogic 7x or 8x tools (ie Workflow, Integration) to develop the app, then deploy it to either WebSphere or iAS? Our customer has both of these already, and we would like to develop components on BEA and deploy to either of the others...

thanks in advance!
 
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WLI Applications will only be able to deploy on WebLogic. Sorry, you are out of luck on this one.
 
Douglas Kent
Ranch Hand
Posts: 171
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, Chris. Same for the Workflow?
 
Chris Mathews
Ranch Hand
Posts: 2713
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
WLI and WorkFlow are one and the same. However, if you are referring to PageFlow then you it is your lucky day. BEA has a compatibility kit that, in theory, should allow PageFlow Applications to run under any Servlet 2.3 Container. However, if portability is your prime concern, I would definitely question the choice of using PageFlow. In fact, even if you are deploying just to WebLogic I would still prefer straight Struts over PageFlow (which is based on Struts).
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic