Re: JSP or Servlets?

2002-10-15 Thread Vikramjit Singh
> -Original Message- > From: Campano, Troy [mailto:[EMAIL PROTECTED]] > Sent: Monday, October 14, 2002 4:54 AM > To: [EMAIL PROTECTED] > Subject: JSP or Servlets? > > > Is there a need for Servlets? > Is it OK to develop your front-end and backend java code w

JSP or Servlets?

2002-10-14 Thread Campano, Troy
Is there a need for Servlets? Is it OK to develop your front-end and backend java code with JSP if you completely separate java presentation and java logic? I understand that JSP is a layer on top of Servlets, but they seem much easier to work with because I don't need to manually compile beca

Re: servlets or jsp or servlets WITH jsp?

2001-04-19 Thread T.A. Flores
; Date: Thursday, April 19, 2001 8:11 pm Subject: servlets or jsp or servlets WITH jsp? > hello people, i'm still fresh in thejava world, i need help FAST > to make up > my mind on which language to choose for mynext project.. its > either php, jsp > or servlets, but being servlets f

servlets or jsp or servlets WITH jsp?

2001-04-19 Thread Simon Chia
hello people, i'm still fresh in thejava world, i need help FAST to make up my mind on which language to choose for mynext project.. its either php, jsp or servlets, but being servlets first in my mind, i plan to dive into it.. but with no java experiance, what dou all think? PLZ COMMENT! t

Custom security model in EJB via JSP or servlets

2001-04-14 Thread Oleg V Alexeev
Hello friends, Can anybody point me to any resource about use of custom security model in EJB with JSP or servlets frontend? I am interested in any ideas, which can help to compose realm of servlet container and custom security model in EJB. Thank you before all. -- Best regards, Oleg

Re: Autoretrieving NT logon id using JSP or servlets

2001-02-07 Thread ming fan
There's a product called ClearTrust, which is a LDAP client, you can use LDAP to store your NT logins (I know this is done by many large corps), and ClearTrust will manage these logins and they have a plugin you can install on your webserver, so once you login to NT, and logon to the website, Clea

Graphs in JSP or Servlets

2001-02-07 Thread S P
Hi, I am designing an application where a JSP page accesses some data from database and it has to show the data in graphical format. The graph should change dynamically as the data changes. I found few approaches as using HTML to show the values, using applets, using servlets which will generate t

Re: Autoretrieving NT logon id using JSP or servlets

2001-02-07 Thread Santapur, Rao
PROTECTED] Subject: Autoretrieving NT logon id using JSP or servlets Is there a way that JSP or a servlet could retrieve the user's logon ID from Windows logon? By doing this we could eliminate the logon screen but still capture the ID of the user. Has anyone done anything like that before? O

Autoretrieving NT logon id using JSP or servlets

2001-02-07 Thread Chowaniok Mirek
Is there a way that JSP or a servlet could retrieve the user's logon ID from Windows logon? By doing this we could eliminate the logon screen but still capture the ID of the user. Has anyone done anything like that before? On our intranet site everywhere we move we need to supply the ID and a pass

JSP or Servlets

2000-05-16 Thread Sean Campbell
>I'm looking for some good advice regarding the advantages of JSP over >using Servlets for site develoment. I have a current project in the >feasiblity/predesign stage, and would like to use JSP technology, but >would definitely have to chalk some more project completetion hours up for >the learni