Aarati Manel

Greenhorn
+ Follow
since Aug 17, 2010
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 Aarati Manel

What will happen if I submit Part II and Part III by first/second week of July, and do not get result before August 1st?
Will they discard my exam submission ? Or are they binded to send me result before 1st August?
What will happen if I submit Part II and Part III by first week of July, and do not get result before August 1st?
Will they discard my exam submission ? Or are they have to send me result before 1st August?
Can any one tell what are the possibilities?
What if I submit Part-2 and appear for part-3 (with assumption that to appear for part 3 I do not require Part-2 result) and I did not get part -2, Part-3 results before August 1st?
In case of Servlet - if 10 clients are accessing the servlet then there will be only 1 servlet instance and 10 threads get created in the container, which are accessed by 10 clients.

Now In case of EJB- consider 10 clients sending message to JMS Queue and OpenAccountMDB consumes the message and calls the OpenAccountBean session bean method.
Then in this scenario container pulls 10 OpenAccountMDB instances from the pool and creates 10 OpenAccountBean session bean instances.
Then is there any role of threading in EJB ? like Servlet has? What kind of multi threading is taken care by EJB container?

How many drag and drop type questions are asked in SCEA part-1 ? and does they generally belong to any particular topic like design patterns or security or business component etc?
Thanks Yegor Bugayenko for the reply.
Now the question come to my mind is -
If Java application can access any EIS data through JCA then is it read only or writeable because EIS may not want any third party application to change its data.
I am doing some reading on JCA and trying to understand the concept of it.
As per my understanding JCA is used when one has to connect java application with EIS like peopleSoft, Ebusiness Suit, etc.
So is it right that java application can only connect and fetch database of EIS but to display that data java application should have it's own User Interface?
In other words is the JCA like a JDBC driver ? If yes then why cannot Java application directly connect to EIS database and fetch the data?
Thanks Jeanne for the reply. I am gonna give my best and try for it!!
Knowing the latest development over SCEA after Aug 1st, I was wondering if I can complete my part-1 preparation in 3 months and somehow manage to submit assignment in 20-25 days after written exam? I donot want to stretch it till end of July as my baby is due in Aug

I also want to confirm if I clear part-1 and fail in either in Part-2 or Part-3 , while resubmitting the assignment after Aug 1st do I require to take course?
I am using Tiles and to get the title i am using

<jsp:element name="title"><tiles:getAsString name="title"/>
</jsp:element>

But jsp shows error : Error - tag.getAsString : component context is not defined. Check tag syntax

Can anybody help me.
13 years ago
JSF