Hi all,
I have been going round for a couple of days trying to understand how
to start using appengineJS and miserably failed.
What I don't understand is how you create the appengineJS project, add
your code and deploy it to Google app engine.
I have read trough the creation and deployment of Java and Python
application in Google Web App and roughly understand how it work.
I have also looked into the appengineJS provided examples and more or
less understand what they are doing.
I have also tested how to add static pages in a Java project and it
works.
I assume that I should create a Google App Engine Java project because
appengineJS run on top of Java, but how do you put the javascript code
into the Java project ?
Please keep in mind that I no understanding of Java and was under the
impression that Java knowledge is not required to deploy a Javascript
application.
Is there any step by step explanation of the process to follow ?
Thanks in advance for your kind patience and time.
> Hi all,
> I have been going round for a couple of days trying to understand how
> to start using appengineJS and miserably failed.
> What I don't understand is how you create the appengineJS project, add
> your code and deploy it to Google app engine.
> I have read trough the creation and deployment of Java and Python
> application in Google Web App and roughly understand how it work.
> I have also looked into the appengineJS provided examples and more or
> less understand what they are doing.
> I have also tested how to add static pages in a Java project and it
> works.
> I assume that I should create a Google App Engine Java project because
> appengineJS run on top of Java, but how do you put the javascript code
> into the Java project ?
> Please keep in mind that I no understanding of Java and was under the
> impression that Java knowledge is not required to deploy a Javascript
> application.
> Is there any step by step explanation of the process to follow ?
> Thanks in advance for your kind patience and time.
Thanks George,
The solution was way too simple to think of !!!
I have spent the last month learning new tools and there isn't one
that doesn't expect some command to be executed, files to be tweaked,
projects to downloaded, stuff to be created that I didn't think about
the obvious, thanks.
On the Server side I will just need to collect and distribute data and
organize the communications with the apps on the client side, would
you still recommend me to add Nitro or Ringo for that ? I won't be
serving any screen or form.
Thanks again.
Raymond
On Aug 23, 3:42 pm, George Moschovitis <george.moschovi...@gmail.com>
wrote:
> On Aug 23, 9:39 am, ora726 <raymond.othenin-gir...@raydropin.com>
> wrote:
> > Hi all,
> > I have been going round for a couple of days trying to understand how
> > to start using appengineJS and miserably failed.
> > What I don't understand is how you create the appengineJS project, add
> > your code and deploy it to Google app engine.
> > I have read trough the creation and deployment of Java and Python
> > application in Google Web App and roughly understand how it work.
> > I have also looked into the appengineJS provided examples and more or
> > less understand what they are doing.
> > I have also tested how to add static pages in a Java project and it
> > works.
> > I assume that I should create a Google App Engine Java project because
> > appengineJS run on top of Java, but how do you put the javascript code
> > into the Java project ?
> > Please keep in mind that I no understanding of Java and was under the
> > impression that Java knowledge is not required to deploy a Javascript
> > application.
> > Is there any step by step explanation of the process to follow ?
> > Thanks in advance for your kind patience and time.
> On the Server side I will just need to collect and distribute data and > organize the communications with the apps on the client side, would > you still recommend me to add Nitro or Ringo for that ? I won't be > serving any screen or form.
You can use plain JSGI, even though Nitro/Ringo are lightweight wrappers.
> Hi all, > I have been going round for a couple of days trying to understand how > to start using appengineJS and miserably failed.
> What I don't understand is how you create the appengineJS project, add > your code and deploy it to Google app engine.
> I have read trough the creation and deployment of Java and Python > application in Google Web App and roughly understand how it work. > I have also looked into the appengineJS provided examples and more or > less understand what they are doing. > I have also tested how to add static pages in a Java project and it > works.
> I assume that I should create a Google App Engine Java project because > appengineJS run on top of Java, but how do you put the javascript code > into the Java project ?
> Please keep in mind that I no understanding of Java and was under the > impression that Java knowledge is not required to deploy a Javascript > application.
> Is there any step by step explanation of the process to follow ?
> Thanks in advance for your kind patience and time.
Dear Frederick,
I have been looking for a long time for a tread to follow and
understand this environment and that's exactly what your blog is
providing, Thanks.
I have quickly read trough the blog and could in minutes answer a lot
of my questions.
Now I only have to learn more about JSGI and Ringo to start working on
my project again.
Would you consider adding this blog to the project documentation ? for
people like me new to appengineJS it proved nearly impossible to start
without asking questions in this group.
Thanks again
Raymond
On Aug 24, 2:33 am, Frederick Polgardy <f...@polgardy.com> wrote:
> > Hi all,
> > I have been going round for a couple of days trying to understand how
> > to start using appengineJS and miserably failed.
> > What I don't understand is how you create the appengineJS project, add
> > your code and deploy it to Google app engine.
> > I have read trough the creation and deployment of Java and Python
> > application in Google Web App and roughly understand how it work.
> > I have also looked into the appengineJS provided examples and more or
> > less understand what they are doing.
> > I have also tested how to add static pages in a Java project and it
> > works.
> > I assume that I should create a Google App Engine Java project because
> > appengineJS run on top of Java, but how do you put the javascript code
> > into the Java project ?
> > Please keep in mind that I no understanding of Java and was under the
> > impression that Java knowledge is not required to deploy a Javascript
> > application.
> > Is there any step by step explanation of the process to follow ?
> > Thanks in advance for your kind patience and time.
> > Hi all, > > I have been going round for a couple of days trying to understand how > > to start using appengineJS and miserably failed.
> > What I don't understand is how you create the appengineJS project, add > > your code and deploy it to Google app engine.
> > I have read trough the creation and deployment of Java and Python > > application in Google Web App and roughly understand how it work. > > I have also looked into the appengineJS provided examples and more or > > less understand what they are doing. > > I have also tested how to add static pages in a Java project and it > > works.
> > I assume that I should create a Google App Engine Java project because > > appengineJS run on top of Java, but how do you put the javascript code > > into the Java project ?
> > Please keep in mind that I no understanding of Java and was under the > > impression that Java knowledge is not required to deploy a Javascript > > application.
> > Is there any step by step explanation of the process to follow ?
> > Thanks in advance for your kind patience and time.
> > Hi all, > > I have been going round for a couple of days trying to understand how > > to start using appengineJS and miserably failed.
> > What I don't understand is how you create the appengineJS project, add > > your code and deploy it to Google app engine.
> > I have read trough the creation and deployment of Java and Python > > application in Google Web App and roughly understand how it work. > > I have also looked into the appengineJS provided examples and more or > > less understand what they are doing. > > I have also tested how to add static pages in a Java project and it > > works.
> > I assume that I should create a Google App Engine Java project because > > appengineJS run on top of Java, but how do you put the javascript code > > into the Java project ?
> > Please keep in mind that I no understanding of Java and was under the > > impression that Java knowledge is not required to deploy a Javascript > > application.
> > Is there any step by step explanation of the process to follow ?
> > Thanks in advance for your kind patience and time.
> On Aug 23, 2010, at 11:26 PM, George Moschovitis wrote:
> Wow, didn't know about that!
> Will add a link to the site. Even better, if you are OK with it I would > like to add a plain-JSGI version of your tutorial as a section to the site.
> thanks, > -g.
> On Mon, Aug 23, 2010 at 9:33 PM, Frederick Polgardy <f...@polgardy.com>wrote:
> On Aug 23, 2010, at 11:26 PM, George Moschovitis wrote:
> Wow, didn't know about that!
> Will add a link to the site. Even better, if you are OK with it I would > like to add a plain-JSGI version of your tutorial as a section to the site.
> thanks, > -g.
> On Mon, Aug 23, 2010 at 9:33 PM, Frederick Polgardy <f...@polgardy.com>wrote:
>> I recently wrote about this on my company's blog.
>> > Hi all, >> > I have been going round for a couple of days trying to understand how >> > to start using appengineJS and miserably failed.
>> > What I don't understand is how you create the appengineJS project, add >> > your code and deploy it to Google app engine.
>> > I have read trough the creation and deployment of Java and Python >> > application in Google Web App and roughly understand how it work. >> > I have also looked into the appengineJS provided examples and more or >> > less understand what they are doing. >> > I have also tested how to add static pages in a Java project and it >> > works.
>> > I assume that I should create a Google App Engine Java project because >> > appengineJS run on top of Java, but how do you put the javascript code >> > into the Java project ?
>> > Please keep in mind that I no understanding of Java and was under the >> > impression that Java knowledge is not required to deploy a Javascript >> > application.
>> > Is there any step by step explanation of the process to follow ?
>> > Thanks in advance for your kind patience and time.
I'm perfect to find problems in the blog, I have never touched this
environment before and am also pretty green at anything on the server
side, so if it can help I'll list the problems I encountered and how I
got out of them (If at all).
1) To start with I got stuck because Ringo could not find a file
run.jar (That's java stuff right ?).
Please add a note to run ant run.jar in the article, :-)
Now I am at the step where I should be able to run the empty ringojs
application after copying both narwhal and appengine in packages.
I started the web server with dev_appserver myapp, I get no error
message so fare.
When I start the web browser on 127.0.0.1:8080 i get :
###################
JavaException: java.security.AccessControlException: access denied
(java.io.FilePermission /WEB-INF/app/skins/index.html read) (ringo/
skin.js#95)
In file ringo/skin.js at line 95
###################
Just too tired to look this up right now, it well past sleeping time
on my side of the plannet, so let me know if you have any clue.
Thanks
Raymond
On Aug 24, 10:44 pm, George Moschovitis <george.moschovi...@gmail.com>
wrote:
> > On Aug 23, 2010, at 11:26 PM, George Moschovitis wrote:
> > Wow, didn't know about that!
> > Will add a link to the site. Even better, if you are OK with it I would
> > like to add a plain-JSGI version of your tutorial as a section to the site.
> > thanks,
> > -g.
> > On Mon, Aug 23, 2010 at 9:33 PM, Frederick Polgardy <f...@polgardy.com>wrote:
> >> I recently wrote about this on my company's blog.
> >> > Hi all,
> >> > I have been going round for a couple of days trying to understand how
> >> > to start using appengineJS and miserably failed.
> >> > What I don't understand is how you create the appengineJS project, add
> >> > your code and deploy it to Google app engine.
> >> > I have read trough the creation and deployment of Java and Python
> >> > application in Google Web App and roughly understand how it work.
> >> > I have also looked into the appengineJS provided examples and more or
> >> > less understand what they are doing.
> >> > I have also tested how to add static pages in a Java project and it
> >> > works.
> >> > I assume that I should create a Google App Engine Java project because
> >> > appengineJS run on top of Java, but how do you put the javascript code
> >> > into the Java project ?
> >> > Please keep in mind that I no understanding of Java and was under the
> >> > impression that Java knowledge is not required to deploy a Javascript
> >> > application.
> >> > Is there any step by step explanation of the process to follow ?
> >> > Thanks in advance for your kind patience and time.
>> Hi all, >> I have been going round for a couple of days trying to understand how >> to start using appengineJS and miserably failed.
>> What I don't understand is how you create the appengineJS project, add >> your code and deploy it to Google app engine.
>> I have read trough the creation and deployment of Java and Python >> application in Google Web App and roughly understand how it work. >> I have also looked into the appengineJS provided examples and more or >> less understand what they are doing. >> I have also tested how to add static pages in a Java project and it >> works.
>> I assume that I should create a Google App Engine Java project because >> appengineJS run on top of Java, but how do you put the javascript code >> into the Java project ?
>> Please keep in mind that I no understanding of Java and was under the >> impression that Java knowledge is not required to deploy a Javascript >> application.
>> Is there any step by step explanation of the process to follow ?
>> Thanks in advance for your kind patience and time.
> >> Hi all, > >> I have been going round for a couple of days trying to understand how > >> to start using appengineJS and miserably failed.
> >> What I don't understand is how you create the appengineJS project, add > >> your code and deploy it to Google app engine.
> >> I have read trough the creation and deployment of Java and Python > >> application in Google Web App and roughly understand how it work. > >> I have also looked into the appengineJS provided examples and more or > >> less understand what they are doing. > >> I have also tested how to add static pages in a Java project and it > >> works.
> >> I assume that I should create a Google App Engine Java project because > >> appengineJS run on top of Java, but how do you put the javascript code > >> into the Java project ?
> >> Please keep in mind that I no understanding of Java and was under the > >> impression that Java knowledge is not required to deploy a Javascript > >> application.
> >> Is there any step by step explanation of the process to follow ?
> >> Thanks in advance for your kind patience and time.