• 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

How to access other website information from your website.

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all , I am just asking if you could access other website data and show it on your website as a shortcut way instead of going and search on that particular websites. is it possible ?
what are the problems I will face ? , what will be the solutions if possible. I will give one example , the airways websites , they are showing their airline flights and seat availability , so is it possible to show these information to my website so I can find all information of all airways on my website ( my website in JSP ) and it is online. just to let you know the remote data is always changing , will I get that update reflected to my website or not ?. please help me how can I share the two websites' information
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Do you have permission from the remote websites to gather and display their data?
 
reply
    Bookmark Topic Watch Topic
  • New Topic