Senthil Kumar

Ranch Hand
+ Follow
since Mar 13, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Senthil Kumar

Hi All,
Finally I've got the mail that I have passed the exam. Thanks for everyone in the forum . Good Luck to all who are waiting the results
same here. what do you mean by reupload. Is this because of taking exam in two different vendors. I have mailed to Pearson and the mail id from where it as sent. No reply yet.
I have got the same mail. I have replied to the same mail. They have asked me to contact Pearson . Today I have called Pearson customer service, they dont have an idea. They said they did not send the mail and they do not know about that.
Assuming my application doesnt have any static content at all, do i till need a Http server. Or Can i just have Application server alone
Hi,
In my assignment I have a business domain which would not have no more than a single instance as per my assumption. Do I have to have this as as entity class. Or should I change my assumption to accommodate into the class diagram. In other words , does every domain given would translate into an entity.
If I choose to go with local architecture ( single ear with local ejbs) we cannot load balance EJBs right. what happens when a ejb is not available for some reason but the web container is fine. will it show service unavailable. And one more question when a ejb goes down in the middle of a transaction , when the request gets routed to another cluster , what is the status of in-flight transaction
Hi,
It its very important that my SuD interact with external system to accomplish its core business. However it is not given as part of the use case neither hinted anywhere about its possible existene in the system. Now what would we want me to do in this case. consider something like a trading application without the existence of exchange external interface. either design around the assumption that the external system exists and use it in my design or i dont show it at all in my design
any opinions on this. I'm using SLSB as a web proxy. The reason i have is it would scale better when we have more app servers.
If you look at the Marking section, it is clearly mentioned that we have to pass every sections and below they have also given how much we have to score to pass each section. To pass deploment section one should score 17 out of 24, so this is where you have failed. But is puzzling me is adding JSPs in class diagrams, and the need for adding bean interfaces class diagrams(may be only the business interface?)
Hi,
My system calls an external JMS system synchronously. Which would perform better in this scenario, expecially when the load is quite high, say nearly 6000 users synchronously listening to the extenal Queue(one static queue with message selector/x nos of temporary queue). Anyone have done this in their project.
Hi,
My system calls an external JMS system synchronously. Which would perform better in this scenario, expecially when the load is quite high, say nearly 6000 users synchronously listening to the extenal Queue(one static queue with message selector/x nos of temporary queue). Anyone have done this in their project.
My application needs to communicate with an external system, proably to propagate the transaction context. But how the external system is exposed is not been told. As a matter of fact, this external system is not explicitly given. However it is mandatory one for the given problem. How do we go about this problem. And an another question , how do we address the peroformance of database retrieval in our design especially when we do not design the schema.
Hi,
For my assignment I need to have an request reponse JMS model and I do not want to use message selector to pick the right response message,as i consider it would not perforem better when the load is more. My system sends a message to an extenal MOM, which send it is reply back to the temporary Queue(getReplyTo()) created in my application. My question is can an exteranl system access/send message to the temporary Queue created by an other MOM.