Gopalan Suresh Raj
Web Cornucopia
Gopalan's Profile
Archives
« August 2008
SunMonTueWedThuFriSat
     
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
      
Today
Click me to subscribe Download Open ESB
Syndication
Search

Table of Contents
Tags
bpel choreography ejb esb http integration javacaps javaee javaone jax-ws jbi management openesb orchestration process-oriented rest sca service-oriented soa soap wsdl xml xsd
Links
 
Referrers

Today's Page Hits: 188

Map of Visitors
Locations of visitors to this page
Caveat Emptor
This is my personal weblog. The contents of this Weblog represent my personal opinion which may differ from the official views of my employer, Sun Microsystems, Inc. or any past employers. I do not speak for my employer or any past employers.
View Gopalan Suresh Raj's profile on LinkedIn
« JBI/SOA Tips: Securi... | Main | JBI/SOA Tips: Separa... »
Thursday May 03, 2007
May
3
JBI/SOA Tips: Cache wherever possible

Repeated calls over the network can degrade the performance of your system. For read intensive type services that provide relatively static content like historic data or catalog information, cache as much data as you can on the consumer side. This puts the onus on the consumer's cache implementation to ensure that the data does not go stale by checking for updates based on the policies you set up at the consumer side.

You could also use policies like aggregation by replication in a service facade that retrieves data from multiple other services. The aggregating service could contact other services during off-peak hours and replicate the data locally if it is possible. Then when external clients invoke the service it could return the aggregated data as a rich business document in real-time.

It is also advisable to cache the WSDL files in a centralized catalog and periodically check for updates based on policies that are set up. The same goes for XML schema definitions too.

Like this write-up? Subscribe to receive  more  like it.


 

Posted at 12:06AM May 03, 2007 by Gopalan Raj in A Tip a Day  |  Listen to this article Listen to this entry  |  Comments added Comments[2]

Comments:

i am using netbeans 5.5 with the tomcat(inbuilt) i am unable to find the procedure to connect the hibernate with netbeans.I netbeans i want to use jsp code to acess the hibernate in my project

Posted by kishan on May 04, 2007 at 01:41 AM PDT #

Hello Kishen Please read this NetBeans tutorial at http://www.netbeans.org/kb/55/vwp-hibernate.html to use Hibernate With the NetBeans Visual Web Pack. I hope you have installed the Visual Web Pack plugin in your NetBeans IDE. Cheers Gopalan.

Posted by Gopalan Suresh Raj on May 04, 2007 at 01:46 AM PDT #

Post a Comment:
  • HTML Syntax: NOT allowed

Disclaimer: The contents of this Weblog represent my personal opinion which may differ from the official views of my employer, Sun Microsystems, Inc. or any past employers.



View blog top tags

Enter your email address:

Delivered by FeedBurner

[Valid RSS]