[java ee programming] Re: Glassfish Server messages...

2009-02-25 Thread mayur
I think it just keeps on trying to login in few steps of interval till you enter correct credentials Tilll that point it logs all failure attempt (since it will be comparing with empty password). I dont know whether it is a bug .. but even though you get these messages , you will get your des

[java ee programming] RE: Input String Values

2009-02-25 Thread Nelson Rodrigo - LHQ
Dear Friends I'm very new to java. So now I'm writing programs in DOS console. I used following command to input integer values Import java.io.*; BufferedReader object = new BufferedReader(new InputStreamReader(System.in)); System.out.print("Enter Number 01

[java ee programming] Digital signature

2009-02-25 Thread axeldx...@gmail.com
Hi. I don't know if this question can be considered within the scope of this course (it can be considered as related to the Web-tier Security topic), but I can't find any satisfying answer in the Web. I know well how a digital signature works: Signer: 1) The message is first processed by a hash f

[java ee programming] Glassfish Server messages...

2009-02-25 Thread Karl
Hello. Running NB for the first time upon starting I'm prompted for authentication to the glassfish v2 server and it accepts my input of usr/pwrd and seems to work fine, i.e., it will run and display output from my objects. However the log output for the server dumps out many of these messages:

[java ee programming] Overriding jsessionid in servlets

2009-02-25 Thread Harris Sidiropoulos
Dear All I have noticed a couple of web sites which incorporate the jsessionid into the URL, as I have learn in Advanced Servlets. The jsessionid though is alphanumeric and I wonder if it is possible to override request.getSession method and if it is possible how this can be done. Best regard

[java ee programming] Re: Reload and unload servlet

2009-02-25 Thread Artashes Hovasapyan
Not "we". We don't load or unload servlets. It is the container who decides when to load or unload the servlet. -- Regards, Artashes Hovasapyan On Wed, Feb 25, 2009 at 1:23 PM, Biljana Biljana wrote: > Hi! > > I have question about servlet. When we have to reload and unload servlet? > I und

[java ee programming] Reload and unload servlet

2009-02-25 Thread Biljana Biljana
Hi!   I have question about servlet. When we have to reload  and  unload servlet? I understood that we are doing that  when we work with threads, only that, but why, and when ? Which changes are seekig that action with servlet,and how we reload and unload servlet?   Regards, Biljana   -

[java ee programming] Struts 2 DownloadAction

2009-02-25 Thread selva
Dear All, i am a new to struts2 :) In Struts2, guide me to write procedure for file download (DownloadAction)? any site reference/help is also enough. thanq :) dele --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[java ee programming] Re:

2009-02-25 Thread Artashes Hovasapyan
If you're working in Windows environment use Ctrl + PrtScr key combination to capture the screen and paste it into Paint to edit. -- Regards, Artashes Hovasapyan On Wed, Feb 25, 2009 at 3:09 AM, Chetana Shenoy wrote: > > Hello : > Can anyone please tell me any available software (at no cost

[java ee programming] Screen shots

2009-02-25 Thread Kerry Randolph
I'll come over and show you how if you want. Just let me know. cheers, Kerry (just kidding) From: Chetana Shenoy > Subject: > To: java-ee-j2ee-programming-with-passion@googlegroups.com > Date: Tuesday, February 24, 2009, 6:09 PM > > Hello : >Can anyone please tell me any available software

[java ee programming] Re:

2009-02-25 Thread Carlos Cifuentes Fernandez
Hi Chetana, I found a webpage thats provide this software: http://www.fileheaven.com/descargar/web-page-thumbnail-generator/61280.htmand other type is this (on-line): http://snapcasa.com/ may be you can found here http://www.dynamicdrive.com/ useful scripts for you. 2009/2/25 Chetana Shenoy >

[java ee programming] Re: Problem with Expression Language's Homework (homework #7).

2009-02-25 Thread JULIAN ENRIQUE OSORIO AMAYA
Hello. I'm still working on this... but I don't have any result yet. this is my code package org.app.name; public class Name { private String firstName; private String lastName; public String getFirstName() { return firstName; } public void setFirstName(String firstName) { this.firstName