Padma

Greenhorn
+ Follow
since Dec 10, 2007
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 Padma

Hi,

I would like to know if architect certification really helps a 10+ yr experienced professional. I have been hearing two different arguments. Some say it isnt worth because you already have a good experience designing applications. Some people argue that certification helps in getting close to the subject better. I do incline towards the second argument but would like to know more from you. Is it worth getting SCEA certification after 10 yrs of java working experience (including desiging applications)?

Regards,
Padma.
I have two business delegates X,Y and two session beans A,B. The calls to the business delegates are going through Action class seperately. I was asked to refactor the design. Now, from the Action class, I dont want to have two calls (all the way from action to the session bean to the Database) for a single request. I cannot change delegates or session beans. What I am thinking is making a call from the session bean A to session bean B through Delegate Y. is it possible? is it a good design?