Hi everyone, I've find a way from security error that app engine doesn't allow the use of java.net.socket which is used in connection to a database by deploying the WAR files into tomcat /webapp folder.
I think I have successfully set-up my app to use either postgresql and mysql as my local database server. I can see that it is making a table "NUCLEUS_TABLES" on my database, but I don't see any record written on it. What am I missing? BTW, I am trying to make my application to be deployable not just on google app engine, coz it may come that a client choose to deploy the app in their corporate server which of course don't use "Big-Table" as their database, and I don't want to create separate codes for the two target platforms. WDYT? On Jan 22, 3:38 am, "Ikai L (Google)" <[email protected]> wrote: > Hey, > > 1. Nope, I don't see any problem with discussing it now. We're already > talking about it, so it'd be more confusing if we moved the thread to a > different group. > > 2. There IS a Netbeans GAE plugin! It's not "officially" supported, but I've > used this in the past with great success: > > http://kenai.com/projects/nbappengine/pages/Home > > <http://kenai.com/projects/nbappengine/pages/Home>http://rocky.developerblogs.com/tutorials/getting-started-google-app-... > > <http://rocky.developerblogs.com/tutorials/getting-started-google-app-...>With > Netbeans, just "Debug" your project. This'll allow you to hot reload > classes, set breakpoints, watches, etc. Netbeans, like Eclipse, supports > incremental compile on save, which is amazing. In my experience, Netbeans > also has an awesome HTML JavaScript editor and probably the best profiler of > all the IDEs. I'm honestly surprised it's not more popular. > > On Thu, Jan 21, 2010 at 11:31 AM, Ian Marshall > <[email protected]>wrote: > > > > > > > 1. Let me know if I should continue this thread on the GAE/J group > > since we're talking Java. I so, I'll open one up. > > > 2. I launch my app during my local dev server and datastore using the > > Microsoft Windows commands: > > > cd "\Program Files\Google\App Engine\appengine-java- > > sdk-1.3.0\bin" > > > dev_appserver.cmd "\Documents and Settings\[path elements] > > \Google App Engine\war" > > > where the "war" folder contains all my built deploy-ready stuff > > (including my enhanced persistence classes). My IDE is NetBeans 6.7.1 > > (using Java). I don't think that I can run the GAE dev web server in > > the NetBeans debugger, since there is no NetBeans GAE plug-in of which > > I am aware - just one for Eclipse. > > > If I am wrong, I would be delighted to hear it! > > > -- > > You received this message because you are subscribed to the Google Groups > > "Google App Engine" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]<google-appengine%2Bunsubscrib > > [email protected]> > > . > > For more options, visit this group at > >http://groups.google.com/group/google-appengine?hl=en. > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
