• 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

Mashup --what is it?

 
Ranch Hand
Posts: 111
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello Jeff Hanson,
Very nice to see you offer the book on Java Ranch.

But to be very clear, I'm very new to this Mashup.
I'm only a Java, JEE developer.

Can you please give me a short note on this Mash up?
Where is it used?
Is it a programming language?
What is the potential of this ?
Is it useful for developers?
Can you give me further links to develop my knowledge on this?

 
Sheriff
Posts: 67747
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
Google is your friend.
 
Ranch Hand
Posts: 608
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Bear Bibeault wrote:Google is your friend.



Shouldn't it be Wikipedia is your friend - too?
 
Bear Bibeault
Sheriff
Posts: 67747
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

Sam Mercs wrote:Shouldn't it be Wikipedia is your friend - too?

The Wikipedia entry was the first Google hit.
 
Saifuddin Merchant
Ranch Hand
Posts: 608
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know I was just kidding - The fact is, that I find myself doing a Google search so that I can find the Wikipedia link to the topic. Habit I guess.
Wikipedia is a really good place to look up new terms - I find most of the new terms that I encounter covered out there!!
 
Author
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A mashup is a software engineering concept where two or more entities (UI artifacts, processes, blocks of data, etc.) are combined to form a new and unique entity (UI artifact, service, block of data, etc.). The name was borrowed from the music industry where two songs are combined to create a new song. The quintessential mashup in software engineering involves combining data, such as crime statistics or home prices, with geocoded data to create a user interface that visualizes the given data on a map. Mashups are typically created using on-demand JavaScript, HTML snippets, Ajax, JSON, etc. However, server-side mashups, especially in the enterprise realm, use formal programming languages and methodologies.
 
reply
    Bookmark Topic Watch Topic
  • New Topic