[appengine-java] Will movement out of preview status give free access to SQL

2011-05-12 Thread powell...@gmail.com
The latest app engine announcement that most App Engine for Business functionality would be rolled in to App Engine. Does this mean that all current developers will have access to the SQL data store or will this just be for paying customers? If yes then will the access be through JPA or JDBC?

[appengine-java] Roadmap plans

2010-12-19 Thread powell...@gmail.com
I have noticed three issues that have been continually mentioned but the date for projected fix (if at all) is unclear. Does anyone know of availability or projected availability. The three are: 1. EL2.2 support for JSF 2. This will allow parameters to be used with action method calls. The

[appengine-java] JSF 2.0 MyFaces problem with Ajax and Command Button

2010-10-26 Thread powell...@gmail.com
I cannot get Ajax to allow navigation to another page when a h:commandButton is clicked. I use the classic command given in texts as shown below but Ajax will always display the current page. In the example below, I want to transition to the page2.xhtml page when I click but I only get the current

[appengine-java] Google Apps problem with Google App engine Admin Console Display

2010-09-06 Thread powell...@gmail.com
Before our university, Elon, went to Google Apps for the students, the students who had gmail accounts such as d...@gmail.com could easily request and appengine account, create an application and then have it displayed in the app engine admin console dashboard. If they went to

[appengine-java] Help configuring JSF 2.0 for EL 2.2 using method parameters

2010-06-19 Thread powell...@gmail.com
Cay Horstmann's recently published Core JavaServer Faces 3rd Edition and describes using method expression parameters with JSF 2.0 on page 71 by adding the el-impl-2.2.jar and el-api-2.2.jar for Tomcat. I tried doing this for Appengine without success. The two described JSF 2.0 configurations by

[appengine-java] JSP problem with forced naming when trying to pass init-param to JSP

2010-04-11 Thread powell...@gmail.com
In volume 2 of CoreServlets and JavaServer Pages, Marty Hall recommends using a url-pattern for the JSP to match its original URL. However, I cannot do this in Appengine and provide init-param for the JSP page. If I have a InitPage.jsp shown below in the war folder, (war/ InitPage.jsp) and if I

[appengine-java] How to get IP address of Appengine running my java servlet page

2010-03-29 Thread powell...@gmail.com
I am trying to get a sense of where (location) the Appengine is running my servlet to show how the cloud runs my servlet in different locations. I have tried to use request.getLocalAddr() but get back null. I tried getServletContext().getServerInfo() but did not get back an IP address. Any ideas?

[appengine-java] problem with jsp:include page=/WEB-INF/includes/Item1.html /

2010-03-24 Thread powell...@gmail.com
Within a jsp page, I am trying to use jsp:include page=/WEB-INF/ includes/Item1.html / . My problem is the Item1.html file is never included. It will only get included if I rename it to Item1.jsp. The include works fine in Jetty but not when deployed to appengine. I tried listing Item1.html as a

[appengine-java] Declarative Security with auth-constraint problems for role-name *

2010-01-17 Thread powell...@gmail.com
I am trying to use declarative security in my web.xml file to require a google login to access my web pages. I allow role-name * and role- name admin. I placed a portion of the file below. When I access a web page music.jsp, I get prompted for my login. I am (admin) role, it works perfectly.

[appengine-java] Re: jsp work directory

2010-01-10 Thread powell...@gmail.com
I am having the question with trying to find the work directory. I am running eclipse on a windows (vista) machine. I explored reference provided by sleeronm without any luck on my machine. Any suggestions? On Jan 10, 1:34 am, seleronm seler...@gmail.com wrote: Hi, The following links might

[appengine-java] Re: Where is jsp translation to servlet code stored

2010-01-10 Thread powell...@gmail.com
I am running on a Windows machine (Vista). I have not had success finding the translated code. Any ideas? Dave On Jan 9, 6:22 am, Qian Qiao qian.q...@gmail.com wrote: On Sat, Jan 9, 2010 at 19:15, powell...@gmail.com powell...@gmail.com wrote: When I upload a jsp to appengine with Ecllipse

[appengine-java] Where is jsp translation to servlet code stored

2010-01-09 Thread powell...@gmail.com
When I upload a jsp to appengine with Ecllipse, my understanding is that the translation from jsp to servlet happens in Eclipse and only the compiled code is uploaded to appengine. Is this correct? Where can I view the translated servlet file? Thanks Dave -- You received this message because