| Author |
Design patterns for Web Services
|
Jaime Bravo
Greenhorn
Joined: Jun 10, 2011
Posts: 26
|
|
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 ;)
|
Jaime
"Architecture without code is empty; code without architecture is blind." [Martin Kalin]
|
 |
Gabor Kovesdan
Greenhorn
Joined: Mar 20, 2011
Posts: 27
|
|
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!
|
Sun Certified Java SE 6 Programmer
Oracle Certified Professional, Java EE 5 Web Component Developer
Oracle Certified Professional, Java EE 5 Business Component Developer
Oracle Certified Professional, Java EE 5 Web Services Developer
Oracle Certified Professional, MySQL 5.0 Developer
Oracle Certified Professional, MySQL 5.0 Database Administrator
|
 |
Jaime Bravo
Greenhorn
Joined: Jun 10, 2011
Posts: 26
|
|
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
|
 |
Sathees Tharmarajah
Greenhorn
Joined: Aug 09, 2009
Posts: 20
|
|
hi Friends,
I think you can have a look on following. seems interesting
IBM web services
thanks & regards
sathees
|
 |
Jaime Bravo
Greenhorn
Joined: Jun 10, 2011
Posts: 26
|
|
Thank you sathees ...good resource!!
regards
|
 |
 |
|
|
subject: Design patterns for Web Services
|
|
|