Re: Beans calling other Beans. Possible?

2000-05-11 Thread Vikram Dhawan

hello there
There in the EJB what u call Application Bean is also a Session Bean and
from a Session Bean u can call a Session Bean or Entity Bean.
best of luck
vikram
- Original Message -
From: Peter Joseph Otto <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 11, 2000 4:04 AM
Subject: Beans calling other Beans. Possible?


> I have an "application" Bean that I want to
> call from a "session" Bean.  Is there
> a way to do this?
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Limit number of users

2000-05-11 Thread Vikram Dhawan

Hello There...
for correctly count the number of Users of yr web site and a person leaves
with out log out . U have to define time out in DD for that Session Bean so
that  after time out the Bean instance will be removed automaticaly...
best of luck
vikram

- Original Message -
From: Peter Joseph Otto <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 11, 2000 4:05 AM
Subject: Limit number of users


> I want to limit the number of
> users to my web site.  I have
> an "application" Bean called LicenseBean
> that increments and decrements
> the number of users when they
> logon and logoff respectively.
> BUTT what happens when they exit
> my web site without login off?
>
> I am unable to call my "application" Bean.
> What do I do?
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Fw: Re: Using EJB or JavaBeans ( MCV architecture )

2000-05-17 Thread Vikram Dhawan

hello friends...
i am working on EJB. and i think that EJB is very powerfull as compared to
the java beans...
because in business applications u can use EJB in three tyer archtecture. in
EJB there are session beans in which u can define yr business logic throgh
those session beans u can access the entiy beans those are model to yr data
. a very good way of database hadling and prossing is there in ejb. it will
definately emplify yr e-commerce projects perfomance.
thanx
vikram

- Original Message -
From: Tom Gordon <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 17, 2000 12:07 AM
Subject: Re: Using EJB or JavaBeans ( MCV architecture )


> Hi, I am also pondering whether to use EJB in conjunction with JSP and
> servlets.  Did you ever get an answer to this question?
>
> Thanks,
> Tom
>
>
> "Bragg, James" wrote:
> >
> > What is the advantage of using EJB over JavaBeans (as the Model) in an
web
> > based application in which JSP will be used for Presentation(View), and
> > Serlvets as the Controller.
> >
> > If I wasn't using Servlets as the Controller, I could seen the need for
EJBs
> > over JavaBeans for Security, Transaction Management and Session
control...
> >
> > Problem is that I have a very small, very green(new to these
technologies)
> > develpment team trying to learn and develop this application in a very
short
> > timeframe.  So the issue is do we include EJB and increase risk of
missing
> > target date, or settle for JavaBeans and reduce the capabilies of the
web
> > app.
> >
> > What is Advantage of using EJB over JavaBeans when used as the Model?
> >
> > thanks..
> >
> > James
> >
> >
===
> > To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> > Some relevant FAQs on JSP/Servlets can be found at:
> >
> >  http://java.sun.com/products/jsp/faq.html
> >  http://www.esperanto.org.nz/jsp/jspfaq.html
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
> >  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Why do we use combinations??

2000-05-19 Thread Vikram Dhawan

hello
there u can get references of all the servers. and there positive and
negative points in the Servlet Programming by O'REILLY ...
thanx
vikram

- Original Message -
From: Aggarwal, Pawan <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 11, 2000 4:14 PM
Subject: Why do we use combinations??


> Hi All,
>
> I have a doubt...
> When you need to use JSP as well as Servlets + Beans then often you use a
> combination
> Of lets say Apache server with Tomcat or NES with NAS..
>
> Why do we do this...??
> We use JRUN with IIS coz IIS has no support for JSP so JRUN acts provides
a
> servlet engine
> But some times either of this combination has support for both JSP as well
> as Servlet.
>
> Also let me know where can i get the list of all available servers with
> their add-ons..and the platform
> They run over..
>
> Thanks in advance\
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Reloading a resource bundle

2000-05-20 Thread Vikram Dhawan

hello there...
if u r using EJB for this developmentthen i can suggest u a way what u
can do is
use Hot Deployment feature of the server (like in Weblogic Server there is a
weblogic.deploy utlity) and update yr bean it will automaticly update yr
bean after changes with effecting yr running server.
thanx
vikram

- Original Message -
From: Mircea Moisei <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 16, 2000 7:56 PM
Subject: Reloading a resource bundle


> Hi,
> I have in one of my session beans a resource bundle object.
> In my development stage I have to modify properties inside of
> coresponding properties files.
> How can I force my object to get reloaded ?
> Thanks.
>
> Mircea
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: Removal

2000-05-20 Thread Vikram Dhawan

hello...
click on the unsubscribe link and mail a blank mail

- Original Message -
From: Paul Grant <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, May 11, 2000 3:50 PM
Subject: Removal


> How do I remove myself from this mailing list ?
>
> Regards
>
> Paul.
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: the server is down?

2000-05-22 Thread Vikram Dhawan

Hello there.
if the problem is there in yr admin registry...
then u can solve it through administration tool ...in java web server..
thanx

 ===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: random error on iPlanet 4.1

2000-05-23 Thread Vikram Dhawan

Hello there...
it suppose to be a url nor uri.. i think it will help u..
thanx
vikram

- Original Message -
From: Antonio Jimenez <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 23, 2000 11:39 PM
Subject: random error on iPlanet 4.1


> hi all,
>
> i have the following error:
>
> exception thrown from the servlet service function (uri=/page.jsp):
javax.servlet.ServletException,
> Stack: javax.servlet.ServletException
>
> i delete ClassCache directory and restart the server (any change in the
application)
> and there isn't error
>
> any idea? thanks
> --
> A. Jimenez
>
>
===
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: req. for weblogic

2000-06-04 Thread Vikram Dhawan

hello there...
   If u want to work on  EJB in weblogic server then after cofiguration of
weblogic..
open the file readme.html in weblogic directory...
In this file u will get all the links related to the  weblogic study
metarial..

thanx
vikram


__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets



Re: resource for WebLogic and Scaleability

2000-06-11 Thread Vikram Dhawan

Hello there..
i am working on Weblogic and EJB u can discuess yr problems with me..
may be possible that i cna help u in that..

thanx
happy working.
vikram
[EMAIL PROTECTED]



__
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

===
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets