rastin purr

Ranch Hand
+ Follow
since Jul 20, 2002
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 rastin purr

Is there any way to compile a jsp without having a web module from IDE like NetBeans?
if say, a jsp make use of tag libraries without a web module, it is not possible to compile by mounting the WEB-INF file and the java files in NetBeans at least.
I have a cvs where codes are separated src code and the jsp are in different modules. there are ways, by writing an ant script to make an exploded web module out of it but i am looking at a more convenient way.
Any comments are welcome. Thanks in advance
regards
Ras
Sorry, I mean to say SFSB, SLSB and MDB not entity bean. Just notice that

therefore, I think that (IMHO) the answer should be ABD
[ August 29, 2003: Message edited by: rastin purr ]
[ August 29, 2003: Message edited by: rastin purr ]
I think IMHO it should be ABD because all three Entity, Session and MDB does not support reentrant hence cannot be concurrently accessed.
regards
IMHO, any beans that supports reentrant to be set to true allows concurrent access.
I heard that Head First EJB will be out end of this month (August) or early next month (Setember). Now that the SCBCD exam is officially out at 25 August. I am wondering will the book's release be speeden up accordingly? Is there a purchaseable pdf version of the book?
regards
ras
Hi,
Is there a way to find a character in a string. Say find "?" in a string like "asddsa?asdd" or "asddss/asdd".
I tried using StringTokenizer to find delim "?" but the tokenizer doesn't seems to diferentiate "?" and "/". Any ideas?
Cheers
Ras
21 years ago
Which is a better way, to get say all the records (say 100 of them) and returned as an iteration. Display 10 of them and when next is clicked, display the next of them from the iterator returned. Or, get 10 of them (return as iterator). When next is clicked, do another search and get the next 10 and return as iterator instance to be displayed.
In the first the overhead is huge but for subsequent list it is easier. Am i correct so far? please suggest.
ras
Hello there,
U could try Jakarta struts as the "framework" for web tier and used ejbs as back-end dealing with business logic (transactions etc). Struts is a framework based on jsp and servlet. Complete it own self as a web application archieve that could be deployed on an servlet container or any j2ee compliant app server.
try out struts. its really amazing
Hi David,
Can you explain a bit more about the internal pages and external pages you mentioned? Why would a web site need both pages? Thanks for the explanation in advance. Is there a way to make the two step process comes true? Thanks again
21 years ago
JSP
Dear William,
Thanks for the reply. Could you explain further please? Prefereably with some code sample. Thanks a lot.
With Regards,
Ras
21 years ago
JSP
Dear All,
I'd like to have a page that display some business exception (eg. InsufficientFundException) with the possibility of displaying the stack trace of the business exception as well when clicking on a link (say for example). Say, the business exception (eg. InsufficientFundException) occurred and a page saying Insufficient Fund was displayed. There is a link at the bottom saying "click to display details" which would print out the exception stack trace. Is this possible? has anyone done this before? thanks for the help guys
Ras
21 years ago
JSP
Hello CL Gilbert,
Could you share with us how do u developed ejbs with Sun One Studio 4 Community Edition? If not mistaken it dosen't support ejb bulder? Do u create them from scratch without help from ejb builder? Is it possible to plugin the ejb builder nbm module to allow community edition ot have this capability? If so where can i get the ejb builder nbm? How do you find Sun One Studio 4? is it ok?
Thanks
Ras
Dear Chris,
Could you explain further? Having both war and jar (the ejb jar) in an ear would mean executing them both in the same jvm as for as the Application server is concern, so does that means looking up local references is possible?
Say,
for example if i had a ejb-jar file. Make a vendor specific ejb-jar file as well. In the vendor specific ejb-jar file there is a way to specified the jndi lookup nane for that ejb-jar file. Is that the jndi name to lookup a remote or local? Does Websphere specified 2 kinds of jndi name to lookup remote and local reference?
Cheers
Ras
Does anyone know where to get the Sun ONE Application Server 7 plugin for Forte 4 Java (the nbm file)? Besides downloading it from the Sun ONE Developer Resources through Update Center?
If anyone have it, can I get a copy of it? Thanks
Ras
21 years ago
Hi Guys,
Does any one know what it means by document root, servlet container root and context root?
Can anyone suggest what is the use of getContext method of servlet context?
Does anyone know how to communicate between two web app without using sendRedirect?
Thanks
Regards
ras
21 years ago
JSP