|
View:
New views
4 Messages
—
Rating Filter:
Alert me
|
|
|
|
|
|
Re: Help me with setting up Ubuntu, NetBeans, Maven2, Wicket, Jetty and Google App EngineOK. I will be grateful for any help.
2009/11/7 Pieter Degraeuwe <pieter.degraeuwe@...>: > unfortunately, there are no public maven repositories that contain the > needed artifacts. I did install them all manually in my local repo... > If you are interested I can send you my pom (but that'll be monday, since I > can't access my pc right now...) > > > pieter > > On Sat, Nov 7, 2009 at 3:52 PM, Piotr Tarsa <piotr.tarsa@...> wrote: > >> Hi, >> >> I am trying to develop Wicket application (site about my research in >> Data Compression Algorithms) to Google App Engine using NetBeans and >> Maven2. >> >> I need an up-to-date pom.xml files with short dependencies, ie. the >> ones I saw had a long list of dependencies. >> >> Currently I've found two unsatisfactory solutions: >> http://gae-j-maven.appspot.com/ >> http://code.google.com/p/maven-gae-plugin/ >> >> Do you know something better? I need to have access to Google App >> Engine features like DataStore, MemCache etc. >> >> I've set netbeans.deploy=false so NetBeans doesn't ask for deploying >> server (besides, I am using embedded Jetty to run that, so the >> question was weird), but sadly, now NetBeans doesn't open new browser >> window and doesn't stop Jetty before another run command. >> >> Do you think that using Maven2 with that project makes sense? Maybe I >> should make regular NetBeans project... >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> > > > -- > Pieter Degraeuwe > Systemworks bvba > Belgiëlaan 61 > 9070 Destelbergen > GSM: +32 (0)485/68.60.85 > Email: pieter.degraeuwe@... > visit us at http://www.systemworks.be > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Help me with setting up Ubuntu, NetBeans, Maven2, Wicket, Jetty and Google App EngineWell, I'm playing with GAE and Wicket for couple of days and I see
that without official Maven2 support, developing using it gives too much trouble for me. I've downloaded http://kenai.com/projects/nbappengine/pages/Home (NetBeans support for Google App Engine) and it's very convenient. I've found a temporary solution (till the official Maven2 support for GAE will be present): - create regular project (Choose project -> Java Web -> Web Application) with Google App Engine as a server and select Wicket Framework, - create Maven2 project (using wicket-archetype-quickstart) and add your favorite dependencies, - click Show dependency graph, then switch to classpath tab select appropriate library and click Create Library button, - add created libraries to regular (non-maven) project, - repeat previous two steps when new dependencies are added or some are updated in Maven2 project, - develop using regular project, I will see how this solution will work for me. 2009/11/7 Piotr Tarsa <piotr.tarsa@...>: > OK. I will be grateful for any help. > > 2009/11/7 Pieter Degraeuwe <pieter.degraeuwe@...>: >> unfortunately, there are no public maven repositories that contain the >> needed artifacts. I did install them all manually in my local repo... >> If you are interested I can send you my pom (but that'll be monday, since I >> can't access my pc right now...) >> >> >> pieter >> >> On Sat, Nov 7, 2009 at 3:52 PM, Piotr Tarsa <piotr.tarsa@...> wrote: >> >>> Hi, >>> >>> I am trying to develop Wicket application (site about my research in >>> Data Compression Algorithms) to Google App Engine using NetBeans and >>> Maven2. >>> >>> I need an up-to-date pom.xml files with short dependencies, ie. the >>> ones I saw had a long list of dependencies. >>> >>> Currently I've found two unsatisfactory solutions: >>> http://gae-j-maven.appspot.com/ >>> http://code.google.com/p/maven-gae-plugin/ >>> >>> Do you know something better? I need to have access to Google App >>> Engine features like DataStore, MemCache etc. >>> >>> I've set netbeans.deploy=false so NetBeans doesn't ask for deploying >>> server (besides, I am using embedded Jetty to run that, so the >>> question was weird), but sadly, now NetBeans doesn't open new browser >>> window and doesn't stop Jetty before another run command. >>> >>> Do you think that using Maven2 with that project makes sense? Maybe I >>> should make regular NetBeans project... >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >> >> >> -- >> Pieter Degraeuwe >> Systemworks bvba >> Belgiëlaan 61 >> 9070 Destelbergen >> GSM: +32 (0)485/68.60.85 >> Email: pieter.degraeuwe@... >> visit us at http://www.systemworks.be >> > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: Help me with setting up Ubuntu, NetBeans, Maven2, Wicket, Jetty and Google App EngineCan you share your pom files? Just to know how other people deals with
GAE. Also settings and profiles files would be helpful. 2009/11/7 Pieter Degraeuwe <pieter.degraeuwe@...>: > unfortunately, there are no public maven repositories that contain the > needed artifacts. I did install them all manually in my local repo... > If you are interested I can send you my pom (but that'll be monday, since I > can't access my pc right now...) > > > pieter > > On Sat, Nov 7, 2009 at 3:52 PM, Piotr Tarsa <piotr.tarsa@...> wrote: > >> Hi, >> >> I am trying to develop Wicket application (site about my research in >> Data Compression Algorithms) to Google App Engine using NetBeans and >> Maven2. >> >> I need an up-to-date pom.xml files with short dependencies, ie. the >> ones I saw had a long list of dependencies. >> >> Currently I've found two unsatisfactory solutions: >> http://gae-j-maven.appspot.com/ >> http://code.google.com/p/maven-gae-plugin/ >> >> Do you know something better? I need to have access to Google App >> Engine features like DataStore, MemCache etc. >> >> I've set netbeans.deploy=false so NetBeans doesn't ask for deploying >> server (besides, I am using embedded Jetty to run that, so the >> question was weird), but sadly, now NetBeans doesn't open new browser >> window and doesn't stop Jetty before another run command. >> >> Do you think that using Maven2 with that project makes sense? Maybe I >> should make regular NetBeans project... >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> > > > -- > Pieter Degraeuwe > Systemworks bvba > Belgiëlaan 61 > 9070 Destelbergen > GSM: +32 (0)485/68.60.85 > Email: pieter.degraeuwe@... > visit us at http://www.systemworks.be > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free embeddable forum powered by Nabble | Forum Help |