• 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
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Connecting flex with SAP server

 
Ranch Hand
Posts: 41
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
After having 1 year experience in java now i start working in adobe flex and adobe air for the last 3 months..this is nice ..but i stuck with one problem..

I am doing one project using flex,jsp and java..In my project i have to get datas from SAP server and to display it in a datagrid which is kept in the first page of my website..then that whole datas has to be stored in mysql database..then i have to do some data manipulations with that stored data and to display the resulting datas in othere pages...for this scenario i need to connect flex or java with SAP server and to get datas from server and to store it in other database...is it possible??..how can we do it??
 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
SAP and Adobe has a variety of methods to integration. There are four methods,

1) Using SAP Flash Island scenario
2)Using SAP BSP and an embedded Adobe Flex component
3)Using an HTTP REST backend application in SAP BSP – and an Adobe Flex RIA as Frontend
4)Using WebService enabled SAP BAPI’s as backend application – and an Adobe RIA as Frontend

If you want to more details read http://www.dev-trend.com/main/?p=355
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic