Re: First Day Disgust!

2007-09-11 Thread Gerolf Seitz
On 9/10/07, Martijn Dashorst [EMAIL PROTECTED] wrote: I haven't used an Eclipse plugin for maven since the command line version works really well and my previous experiences with mevenide were less than ok (talking about 2 years ago!) Martijn there seem to be a new

Re: First Day Disgust!

2007-09-11 Thread Ayodeji Aladejebi
maven maven maven, that is if all developers all over the world knows what maven is. Ant was what i first knew until i started hearing maven and infact it was mainly because of wicket that i learnt maven early before a netbeans module came out. so really not all developers will have some patience

Re: First Day Disgust!

2007-09-11 Thread igor . vaynberg
no one is asking anyone here to become a maven guru. All we are asking is that they use it to generate a quickstart project, which simply involves following the directions. -igor On 9/11/07, Ayodeji Aladejebi [EMAIL PROTECTED] wrote: maven maven maven, that is if all developers all over the

Re: First Day Disgust!

2007-09-11 Thread jlawrence
-- Sent with Instant Email from T-Mobile -Original Message- From: [EMAIL PROTECTED] Date: Tue, 11 Sep 2007 07:11:20 To:users@wicket.apache.org Subject: Re: First Day Disgust! no one is asking anyone here to become a maven guru. All we are asking is that they use it to generate a quickstart

Re: First Day Disgust!

2007-09-11 Thread Ayodeji Aladejebi
at least i see a lot of maven related issues on the forum, not that maven is not perfect but some starters who dont know it well may think there is some big stuff about any issue they may have when setting it up and setting up sample projects. today I have a plugin build (not fully stable) that

Re: First Day Disgust!

2007-09-11 Thread Konstantin Ignatyev
11, 2007 9:27:55 AM Subject: Re: First Day Disgust! at least i see a lot of maven related issues on the forum, not that maven is not perfect but some starters who dont know it well may think there is some big stuff about any issue they may have when setting it up and setting up sample projects

Re: First Day Disgust!

2007-09-11 Thread Eelco Hillenius
On 9/11/07, Konstantin Ignatyev [EMAIL PROTECTED] wrote: You are absolutely correct: lots of issues with Maven all the time and it would be really beneficial if various Lets Get Started tutorials do not rely on that and rely on Ant only to do everything they need to do. Ideally all the

Re: First Day Disgust!

2007-09-11 Thread Konstantin Ignatyev
University of New York Press, 1997: (4) (5) (p.206) - Original Message From: Eelco Hillenius [EMAIL PROTECTED] To: users@wicket.apache.org Sent: Tuesday, September 11, 2007 10:52:16 AM Subject: Re: First Day Disgust! On 9/11/07, Konstantin Ignatyev [EMAIL PROTECTED] wrote: You

Re: First Day Disgust!

2007-09-11 Thread Eelco Hillenius
On 9/11/07, Konstantin Ignatyev [EMAIL PROTECTED] wrote: I will try to cut some time to do that. Cheers! Eelco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: First Day Disgust!

2007-09-11 Thread Konstantin Ignatyev
] Date: Tue, 11 Sep 2007 07:11:20 To:users@wicket.apache.org Subject: Re: First Day Disgust! no one is asking anyone here to become a maven guru. All we are asking is that they use it to generate a quickstart project, which simply involves following the directions. -igor On 9/11/07, Ayodeji

Re: First Day Disgust!

2007-09-11 Thread Eelco Hillenius
On 9/11/07, Konstantin Ignatyev [EMAIL PROTECTED] wrote: + generate ant build file to compile project and start jetty. That will make me happy as a lark :) I like Maven's idea and promise but implementation is not that great to my taste Then maybe Ant + Ivy would be good. Though

Re: First Day Disgust!

2007-09-11 Thread Michael Day
I think the examples should include dependencies as possible. If there are license restrictions, include the download links in the README. That said, why does it *really* matter? I don't have maven installed, and I've never had any issues with wicket whatsoever. I haven't tried to

Re: First Day Disgust!

2007-09-11 Thread Evan Chooly
to the sources and it is easy to modify repository host if necessary. Konstantin Ignatyev - Original Message From: Eelco Hillenius [EMAIL PROTECTED] To: users@wicket.apache.org Sent: Tuesday, September 11, 2007 2:30:21 PM Subject: Re: First Day Disgust! On 9/11/07, Konstantin Ignatyev [EMAIL

Re: First Day Disgust!

2007-09-11 Thread Konstantin Ignatyev
: Evan Chooly [EMAIL PROTECTED] To: users@wicket.apache.org Sent: Tuesday, September 11, 2007 6:15:11 PM Subject: Re: First Day Disgust! You could also look at how qwicket uses ant+maven tasks to build a system. The maven tasks handle downloading dependencies and ant does everything else. I know

Re: First Day Disgust!

2007-09-11 Thread Jan Kriesten
(though people might argue that we could even replace logging with JDK logging) don't even think about it :D regards, --- jan. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: First Day Disgust!

2007-09-10 Thread chickabee
It is absurd. You can deploy your web application wherever you want. Thanks for explaining the most esoteric aspect of web applications. Perhaps no one knew it so far :-) . Well, it's not your fault either since this thread has grown out of proportions, and it's not easy to read all message.

Re: First Day Disgust!

2007-09-10 Thread JulianS
Behind chickabee's attempt to provoke the Wicket community (which Eelco has commendably resisted) lies a real message, namely that there are so many web frameworks out there, that people only have enough time to kick the tyres before deciding which one to use, and therefore first impressions are

Re: First Day Disgust!

2007-09-10 Thread Igor Vaynberg
so far i have heard a bunch of bitching but very little in the way of concrete suggestions. what are we to provide? a prebuilt project for eclipse? a prebuilt project for netbeans? a prebuilt project for idea? a prebuilt project for jedit? a prebuilt project for ant? a prebuilt project for make?

Re: First Day Disgust!

2007-09-10 Thread Eelco Hillenius
This is one reason that ruby on rails has taken off--the combination of Instant Rails and Active Record makes it the easiest framework to get a fully database-enabled application up and running. Wicket has done a great job of making it easy to get up and running, but there is always more to

Re: First Day Disgust!

2007-09-10 Thread Martijn Dashorst
Not to mention IDEA 7M2 (or even versions before that) can read a maven pom, and use that directly. Netbeans also has a maven plugin that does that (took me 1 minute to discover and less to install the plugin). I haven't used an Eclipse plugin for maven since the command line version works really

Re: First Day Disgust!

2007-09-10 Thread Eelco Hillenius
On 9/10/07, Igor Vaynberg [EMAIL PROTECTED] wrote: so far i have heard a bunch of bitching but very little in the way of concrete suggestions. what are we to provide? a prebuilt project for eclipse? a prebuilt project for netbeans? a prebuilt project for idea? a prebuilt project for jedit? a

Re: First Day Disgust!

2007-09-10 Thread Craig Tataryn
On 9/10/07, JulianS [EMAIL PROTECTED] wrote: snip This is one reason that ruby on rails has taken off--the combination of Instant Rails and Active Record makes it the easiest framework to get a fully database-enabled application up and running. snip Julian But the thing is, if someone

Re: First Day Disgust!

2007-09-10 Thread Johan Compagner
what are we to provide? a prebuilt project for eclipse? a prebuilt project for netbeans? a prebuilt project for idea? a prebuilt project for jedit? a prebuilt project for ant? a prebuilt project for make? a prebuilt project for buildr? a prebuilt project for foo? i want Igors Special Build

Re: First Day Disgust!

2007-09-10 Thread Arinté
chickabee wrote: Hi Wicketers, I tried wicket today and the example application was up and running on tomcat in no time, so that was the good part, after that if I like to create a sample application on my own then I found no easy way to start. Examples are good to browse through and tell

Re: Re: First Day Disgust!

2007-09-09 Thread Eelco Hillenius
and Java web applications (what is a war, what is a web.xml file). Wicket, being component based, has great appeal for people with non-web GUI experience only. You're right about that. I included a link to a primer on Java web applications in the Wiki

Re: First Day Disgust!

2007-09-09 Thread chickabee
Hi Wicketers, No doubt you guys are a vibrant community. It was nice listening to all the rant and raves and jitters and it is even more exciting to see some positive action on this small but important issue. I am for Wicket, so I criticized it to make it even more widely adaptable, because

About the QuickStart (was Re: First Day Disgust!)

2007-09-09 Thread Gwyn Evans
On Sunday, September 9, 2007, 8:55:35 AM, chickabee [EMAIL PROTECTED] wrote: I looked into Maven and did all the Quick-Start exercise, I have the application up and running using Maven. Quick Start has following obvious flaws: 1. It is based on Maven. (I am not apache community with 25

RE: Re: Re: Re: First Day Disgust!

2007-09-09 Thread David Leangen
All the opinions above are my own; not the wicket community, not the developers of wicket. I really, really wish that users of open source software would show more respect to the developers who put so much time and effort into the products that those users use, however. I second this.

Re: First Day Disgust!

2007-09-09 Thread Igor Vaynberg
On 9/9/07, chickabee [EMAIL PROTECTED] wrote: 1. It is based on Maven. (I am not apache community with 25 projects running in parallel, I just want to make a small app using wicket. Maven is overkill). so write a quick ant script. the generated project itself has no dependencies on maven

Re: First Day Disgust!

2007-09-09 Thread Jonathan Locke
oh yeah, netbeans to the rescue! btw, tim and i have been good friends since the 4th grade. Ayodeji Aladejebi wrote: hey chickabee, am concerned for people like you and what you are missing so i have decided to help you so you wont find yourself in some my help only works if you use

Re: First Day Disgust!

2007-09-09 Thread Johan Maasing
A maven archetype is really helpful and the quickstart guide is good but for me personally I would rather see the documentation restructured a bit. The thing I miss is a small text explaining what the different JAR-files actually contain. Something like this (pardon my english, it is not my native

Re: First Day Disgust!

2007-09-09 Thread Martijn Dashorst
I hate to say it, but I'll do it anyway: It is a wiki so if you think something is missing/incomplete/incorrect/needs restructuring... log on and make it better! Not only will you benefit from the change, but the rest of the community will have a better life too! As for the component

Re: First Day Disgust!

2007-09-09 Thread Evan Chooly
I know i'm a little late on this thread, but as the author of qwicket, i take particular issue with saying because it's glued with hibernate and spring that it's no good. The express purpose of qwicket is to create a template for spring/hibernate/wicket based applications. So if it's no good

Re: First Day Disgust!

2007-09-09 Thread Jon Laidler
Totally agree. I like to understand what is going on so I created a 'sandbox' type project in Netbeans, manually referenced the wicket libraries, created the application and webpage class with related HTML, and the Web.xml. I was up and running in under an hour. The application runs on Tomcat

Re: First Day Disgust!

2007-09-08 Thread David Bernard
Welcome, If you want to start a blank project, try: $ mvn archetype:create -DarchetypeGroupId=org.apache.wicket -DarchetypeArtifactId=wicket-archetype-quickstart -DarchetypeVersion=1.3.0-beta3 -DgroupId=com.mycompany -DartifactId=myproject $ cd myproject $ more pom.xml

Re: First Day Disgust!

2007-09-08 Thread Ayodeji Aladejebi
what a complement chickabee wrote: Hi Wicketers, I tried wicket today and the example application was up and running on tomcat in no time, so that was the good part, after that if I like to create a sample application on my own then I found no easy way to start. Examples are

Re: First Day Disgust!

2007-09-08 Thread Jan Kriesten
hi, the problem is, that many to be users aren't that deep into oo programming as expected. also, people trying out wicket don't come from a maven background but maybe from plain jsp or other frameworks - or even php. $ mvn archetype:create -DarchetypeGroupId=org.apache.wicket

Re: First Day Disgust!

2007-09-08 Thread chickabee
Thanks for providing me the primer on web applications and Ant and for not trying to understand what point I am trying to make here. Yes, we are not dealing with nuclear science here and Yes again wicket is just another web application, Did someone disagree with that. I hope not. Once you are

Re: First Day Disgust!

2007-09-08 Thread Al Maw
chickabee wrote: Once you are out in the market to try the new webapps then it always makes sense to have people be able to get up and running on the basics w/o efforts and not to have to deal with tricks necessary to get basic app to work. I absolutely agree. Install Maven 2 (takes five

Re: First Day Disgust!

2007-09-08 Thread landry soules
I totally agree with Jan. There's no black magic occurring around Wicket, and the best way to go for a newbie may be to simply create a new web project in Eclipse WTP or Netbeans, drop wicket.jar, log4j.jar, and slf4j-log4j.jar (if you're using wicket1.3), and follow HelloWorld sample from

Re: First Day Disgust!

2007-09-08 Thread C. Bergström
Igor Vaynberg wrote: -igor On 9/8/07, C. Bergström [EMAIL PROTECTED] wrote: chickabee wrote: Hi Wicketers, snip / -Thumbs Down to Wicket! Patches welcome (: we dont want a build.xml contribution. we can write one ourselves if need be. we are simply not

Re: First Day Disgust!

2007-09-08 Thread Craig Tataryn
http://www.sonatype.com/book/introduction.html#why_not_just_use_ant On 9/8/07, Igor Vaynberg [EMAIL PROTECTED] wrote: we dont want a build.xml contribution. we can write one ourselves if need be. we are simply not interested in maintaining yet another way to build wicket. -igor On

Re: First Day Disgust!

2007-09-08 Thread Gwyn Evans
On Saturday, September 8, 2007, 2:00:32 PM, Johan [EMAIL PROTECTED] wrote: Sure, there is nothing special about Ant and wicket is very easy to set up and the dependencies needed are kind of explained somewhere. But I keep seing requests for information from newbies (such as myself) answered

Re: First Day Disgust!

2007-09-08 Thread Eelco Hillenius
On 9/8/07, chickabee [EMAIL PROTECTED] wrote: Hi Wicketers, I tried wicket today and the example application was up and running on tomcat in no time, so that was the good part, after that if I like to create a sample application on my own then I found no easy way to start. Examples are

Re: First Day Disgust!

2007-09-08 Thread Igor Vaynberg
eelco you have fallen off your horse already? -igor On 9/8/07, Eelco Hillenius [EMAIL PROTECTED] wrote: On 9/8/07, chickabee [EMAIL PROTECTED] wrote: Hi Wicketers, I tried wicket today and the example application was up and running on tomcat in no time, so that was the good part,

Re: First Day Disgust!

2007-09-08 Thread Eelco Hillenius
On 9/8/07, Igor Vaynberg [EMAIL PROTECTED] wrote: eelco you have fallen off your horse already? I guess, sorry. Let me get back on again :) Eelco - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Re: Re: First Day Disgust!

2007-09-08 Thread Robo
: Poslaná: 08.09.2007 15:06 Predmet: Re: First Day Disgust! Thanks for providing me the primer on web applications and Ant and for not trying to understand what point I am trying to make here. Yes, we are not dealing with nuclear science here and Yes again wicket is just another

Re: Re: First Day Disgust!

2007-09-08 Thread Eelco Hillenius
As soon as I finish my work of testing some frameworks, this could be within two weeks I can write some demo app with simple explanation taking more didactic aproach :-) just let me know to whom I can send it, and the format of the wiki. Put it on the WIKI or e.g. blog about it please. I'm

Re: Re: Re: First Day Disgust!

2007-09-08 Thread Igor Vaynberg
. Robo - Originálna Správa - Od: \Igor Vaynberg\ Komu: Poslaná: 08.09.2007 23:36 Predmet: Re: Re: First Day Disgust! what you all seem to not be able to comprehend is that applications DO NOT come in a WAR layout. the war file is packaged together by combining different things

Re: Re: Re: First Day Disgust!

2007-09-08 Thread Igor Vaynberg
. Confrontation at this thread is just useless ... Robo - Originálna Správa - Od: chickabee Komu: Poslaná: 08.09.2007 15:06 Predmet: Re: First Day Disgust! Thanks for providing me the primer on web applications and Ant

Re: Re: Re: Re: First Day Disgust!

2007-09-08 Thread Robo
It will Igor, just go on ... Robo - Originálna Správa - Od: \Igor Vaynberg\ Komu: Poslaná: 08.09.2007 23:46 Predmet: Re: Re: Re: First Day Disgust! i would if that made any sense... -igor On 08 Sep 2007 22:52:05 +0200 (CEST), Robo wrote: Sorry Igor. I pack wicket

Re: Re: Re: Re: First Day Disgust!

2007-09-08 Thread Robo
: Re: Re: Re: First Day Disgust! http://www.boingboing.net/2007/08/20/flowchart-is-it-fcke.html ^ somehow seems appropriate to this thread -igor __ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Re: Re: Re: First Day Disgust!

2007-09-08 Thread Ayodeji Aladejebi
Správa - Od: \Igor Vaynberg\ Komu: Poslaná: 08.09.2007 23:46 Predmet: Re: Re: Re: First Day Disgust! i would if that made any sense... -igor On 08 Sep 2007 22:52:05 +0200 (CEST), Robo wrote: Sorry Igor. I pack wicket app, simple wicket demo app, very well in WAR layout

Re: Re: Re: Re: First Day Disgust!

2007-09-08 Thread Igor Vaynberg
] wrote: It will Igor, just go on ... Robo - Originálna Správa - Od: \Igor Vaynberg\ Komu: Poslaná: 08.09.2007 23:46 Predmet: Re: Re: Re: First Day Disgust! i would if that made any sense... -igor On 08 Sep 2007 22:52:05 +0200 (CEST), Robo wrote

Re: Re: Re: Re: First Day Disgust!

2007-09-08 Thread Francis De Brabandere
\ Komu: Poslaná: 08.09.2007 23:46 Predmet: Re: Re: Re: First Day Disgust! i would if that made any sense... -igor On 08 Sep 2007 22:52:05 +0200 (CEST), Robo wrote: Sorry Igor. I pack wicket app, simple wicket demo app, very well in WAR layout

Re: Re: Re: Re: First Day Disgust!

2007-09-08 Thread Igor Vaynberg
of respect and honesty to wicket newcomers, and also understand why there are their needs and be abowe the matter , would help you ... Yet another useless atack ... teacher ... - Originálna Správa - Od: \Igor Vaynberg\ Komu: Poslaná: 08.09.2007 23:49 Predmet: Re: Re: Re: First Day

Re: Re: Re: Re: First Day Disgust!

2007-09-08 Thread Philip A. Chapman
On Sat, 2007-09-08 at 23:07 +0200, Robo wrote: May be a little bit of respect and honesty to wicket newcomers, and also understand why there are their needs and be abowe the matter , would help you ... Yet another useless atack ... teacher ... I am not one of the core developers, but have

Re: Re: First Day Disgust!

2007-09-08 Thread Gabor Szokoli
With all due respect: On 9/8/07, Eelco Hillenius [EMAIL PROTECTED] wrote: Do note however, that we presume basic knowledge of Java programming ...fair enough... and Java web applications (what is a war, what is a web.xml file). Wicket, being component based, has great appeal for people with

Re: First Day Disgust!

2007-09-08 Thread Jonathan Locke
do my homework for me now or i will continue mock your miserable web framework! it seems probable that this won't make you many friends. chickabee wrote: Hi Wicketers, I tried wicket today and the example application was up and running on tomcat in no time, so that was the good part,