[java ee programming] Glash FIsh

2009-05-21 Thread Konstantyn Harasevich
Hello Sang Here some diference between GlashFish servers . Because Application with session bean or message-driven bean that run on Glash Fish V2 and not running on enterprise Glash Fish V2 with HARB. Is thare some diference in configurations on servers ? Or question is only in addition conf

[java ee programming] Question on homework 16

2009-05-21 Thread pxk5249
Did anyone get this to work? Some of us are struggling with this one. If you got it to work, can you give us a hint? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. T

[java ee programming] 4125-converter Homework

2009-05-21 Thread Erdem Bozbağ
I couldnt manage getAsString() method whatever I tried, did anyone make it? (I created an Amount Class and amount is double in it) @Override public Object getAsObject(FacesContext context, UIComponent component, String value) { StringBuilder builder = new StringBuilder(va

[java ee programming] LAB 4322

2009-05-21 Thread Biljana Biljana
Helo! This is some misunderstand! This is written in exercise:   Browse down to /jsfshaledialog/samples directory.  Windows: If you unzipped the 4131_jsfshaledialog.zip file under C:\ directory, the directory to which you want to browse down should be C:\jsfshaledialog\samples. Solaris/Linux:

[java ee programming] Re: Glash FIsh

2009-05-21 Thread Sang Shin
Konstantyn Harasevich wrote: > > Hello Sang > > Here some diference between GlashFish servers . Because Application with > session bean or message-driven bean that run on Glash Fish V2 and not > running on enterprise Glash Fish V2 with HARB. Is thare some diference Hmm. They should behave

[java ee programming] Re: 4119_jsfbookstore aint running

2009-05-21 Thread Sang Shin
I would strongly recommend to use NetBeans 6.5.1 with GlassFish. -S Biljana Biljana wrote: > Hello! > You may didn't notice, but for this projects, in tuturial, You need Java > Application Server, this is correct name, not Glass Fish, you can find > them on the page for downloading Glass Fis

[java ee programming] Re: 4119_jsfbookstore aint running

2009-05-21 Thread Biljana Biljana
Hello! You may didn't notice, but for this projects, in tuturial, You need Java Application Server, this is  correct name, not Glass Fish, you can find them on the page for downloading Glass Fish. Or maybe try change server usin Properties, but I think this is not work on Glass Fish, or Tomcat.

[java ee programming] Re: Homework Lab 3405 - EJB 3.0 Enterprise Beans

2009-05-21 Thread Rabin Aryal
Hey Cruz, addNumber(int x, int y) is expecting int parameters. so you can do out.println("Returned addition of "5" + "10" int from Session bean is " + myOwnEJB30SessionBean.addNumber(5, 10) + ""); Hope it helped... Rabin On May 20, 3:05 pm, cruzc wrote: > Hello everybody. > > I am trying to