[java ee programming] Re: Finding JSP's generated Servlet source

2009-04-05 Thread alex....@googlemail.com
Hi, try to take o look at content of directory glassfish-v2ur2\domains \domain1\generated\jsp\ Alex On Apr 4, 11:38 am, Suhrid Karthik wrote: > Hello, > > Does anyone know where I can find my generated JSP's servlet source code ? > And the corresponding compiled class file of the servlet ? > >

[java ee programming] Re: Why I get null value for config.getServletContext() for any methods

2009-07-25 Thread alex....@googlemail.com
Looks like correct code, but there is no attribute there And you also can use pageContext.getAttribute(, PageContext.APPLICATION_SCOPE) to get an attribute. On Jul 24, 9:15 am, John Joseph wrote: > Hi >    I am trying out small JSP programs > In my JSP programs I intent to get value of confi

[java ee programming] Re: javafx

2009-07-28 Thread alex....@googlemail.com
Hi, You have to use JavaFX of JavaME for your project, languages are little bit different. Info about JavaFX is available here: http://javafx.com/learn/ On Jul 13, 10:53 am, Erdal KAYA wrote: > Hi I want to design interface with javafx >  How can I use javafx in my j2me project --~--~

[java ee programming] Re: j2me cdc app

2009-07-28 Thread alex....@googlemail.com
Hi, Could you rephrase your question? It's not clear do you have problem with your project's debugging, or something elseHave you tried to Sun's Java ME SDK for development? There are CDC emulators there. http://java.sun.com/javame/sdk/index.jsp On Jul 27, 8:33 am, Erdal KAYA wrote: > Hi I

[java ee programming] Re: javafx

2009-07-28 Thread alex....@googlemail.com
Sure it shouldn't work...There is only one real device which I know with JavaFX support, it's HTC Diamond. These devices were sold at JavaOne conference. So, no way to test your application on real device, except mentioned one or FX emulators. On Jul 28, 9:48 am, "alex@googlem

[java ee programming] Re: J2ee Webapplication default page

2009-08-31 Thread alex....@googlemail.com
Hi, Do you use an IDE for project development? I'd suggest to verify project properties, in Netbeans path to you servlet can be in section Run, there you can find field with relative URL which should be used to start app. WBR, Alex On Aug 31, 1:32 am, Dhwani Patel wrote: > Hello all, > > I nee