• 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

[Mashups] What are presentation-oriented, data-oriented, process-oriented?

 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you please to explain in short? What are they all about?
 
Author
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Presentation-oriented mashups are concerned with mashing together existing UI artifacts such as on-demand JavaScript, HTML snippets, widgets, etc. to create new user interfaces. Process-oriented mashups are concerned with mashing together existing processes and services to form new processes and services. Process-oriented mashups typically deal with formal programming languages and methodologies. Data-oriented mashups are concerned with mashing together data retrieved from multiple data sources. Semantically-rich data formats such as RDF, RSS, XML, etc. are typically used in the process of mashing together data in a data-oriented mashup. Transformation/augmentation frameworks such as those employed by ESBs are great candidates for transformation/augmentation tasks.
 
Hong Anderson
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many thanks for the detailed reply.
 
reply
    Bookmark Topic Watch Topic
  • New Topic