• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Accessing SAP

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

Can anyone suggest some means of accessing SAP BW from JBoss portal ?

Thanks,
Ram
 
author and cow tipper
Posts: 5009
1
Hibernate Spring Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How would you access SAP from a Servlet or a JSP? You can do it pretty much the same way from a portlet. Remember, a portlet is just a rendering tool, in its most basic sense. Connecting to back ends shouldn't be any different from a portlet than a Servlet.

Of course, service out as much as possible. If you can provide access to SAP through a web service, and then connect to the web service through the portlet, that's a bit more service oriented, and better than connecting directly from the portlet.

Of course, if your question is how to connect to SAP from a Servlet/JSP app as well, then, I guess my answer really isn't much help to you.

-Cameron McKenzie
 
Ramprasad Krishnamurthy
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
yeah ! basically the problem is connecting to SAP BW from outside the SAP Environment.
 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
look for SAP JCO (Java Connector, available from SAP), download it, and learn how to use it.

We use it in WebSphere Portal (we wrapped it in a Resource Environment Provider). SAP also has a JCA resource adapter but I believe you can't use it outside of SAP's J2EE product (it's also just a wrapper to the SAP JCO).
 
I love a woman who dresses in stainless steel ... and carries tiny ads:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic