Re: [java ee programming] Immediate need Oracle/ETL Developer

2011-06-11 Thread Sang Shin
On 6/11/2011 2:02 AM, Michael O'Gara wrote: what's with the job requests.? Can you please have this person desist from abusing this resource. Sorry about that. -Sang Shin Regards, Michael O'Gara. mogara03...@hotmail.com skype: mikeogara If you don't know

[java ee programming] Re: Error while deploying application on glassfish

2011-06-11 Thread SnackDragon
Please see this. Sounds similar problem . http://goo.gl/BazTp On Jun 7, 2:48 pm, Baqar Naqvi wrote: > I get the following error when I try to deploy the j2ee tutorial 5 dukesbank > application on glassfish 3.01 using netbeans 6.9 : > > WARNING: ACDEPL112: Error attempting to process extensions

[java ee programming] From char[] to arraylist

2011-06-11 Thread Rafał Laczek
Hi, I have a small problem. Can you help me to convert char[] into arraylist. Thank you Regards, Rafal char[]roles = group.getDefaultModelObjectAsString().toCharArray(); for(int counter = 0; counter < roles.length; counter++){ System.out.println("Roles in char roles are: "+roles[counter]);

Re: [java ee programming] swing or jsp

2011-06-11 Thread bambang passion
Hello Arya, are you member of java passions ? b On Sun, May 29, 2011 at 4:48 AM, Arya pathak wrote: > Hi , > > Thanks in advance... > quite new to java-j2ee...need one suggestion want to design GUI either by > using swing or by using jsp...can any one tell me which is preferable...and > why...