• 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

Design patterns for Web Services

 
Greenhorn
Posts: 26
jQuery Spring Notepad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello java friends:

I'm in search of some design patterns for web services, namely:

* Asynchronous Interaction
* JMS Bridge
* Web Service Cache
* Web Serive Broker

i've searched in a lot of pattern catalog books with no result.

Only I found 'Web Service Broker' in 'Core J2EE patterns' book, I think 'JMS Bridge' is derivated from 'Bridge' in GoF and nothing more.
i've queried at least : GoF, Core J2EE Patterns, PEAA(Martin Fowler), EIP(Gregor Hohpe) and POSAs.

Does anybody know about the other ones?
any help is welcome

thanks ;)
 
Greenhorn
Posts: 27
Firefox Browser MySQL Database BSD
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Jaime Bravo wrote:Does anybody know about the other ones?
any help is welcome



Check Mikalai Zaikin's notes. And watch out! JMS Bridge has nothing to do with GoF Bridge!
 
Jaime Bravo
Greenhorn
Posts: 26
jQuery Spring Notepad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
ok I saw that resource from Mikalai, it's really good
i only was thinking that the patterns could be published in a well-known catalog
thanks a lot Gabor
 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi Friends,

I think you can have a look on following. seems interesting

IBM web services

thanks & regards
sathees
 
Jaime Bravo
Greenhorn
Posts: 26
jQuery Spring Notepad
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank you sathees ...good resource!!
regards
 
There were millions of the little blood suckers. But thanks to this tiny ad, I wasn't bitten once.
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic