Hi Brian you're absolutely correct - I should have had the foresight to see that despite being fond of it, Gradle is still a niche product & that Maven is a popular, well supported build tool. I actually swapped to Gradle from Maven not long back, so I have now included my pom.xml for Maven. You can grab it from github. You'll still need to download & manually install the oracle jdbc & ucp jars into your maven repository - they aren't available in the public repositories. Cheers, Andrew.
> Subject: Re: Oracle & Wicket Starter Application Project > From: [email protected] > Date: Tue, 21 Dec 2010 19:54:30 -0500 > To: [email protected] > > > On Dec 21, 2010, at 5:14 PM, Andrew Hall wrote: > > > It'd be fair to say that some of my Java may not be of the highest > > standard, so if anyone has the inclination to look at this, any > > constructive feedback would be appreciated. > > I've thought about how to use the database this way as well. Eelco has a > great question about database connection pooling, and I thought I would > browse the source to see what was going on in there. DBA or not, if the > application could be made scalable this way, I'd be down (at least on > PostgreSQL). > > Unfortunately, the project is using Gradle, which does not import into my IDE > (IntelliJ IDEA). > > It probably doesn't make sense to start that particular religious war in this > thread, but practically, if I can't pull in the project and all it's > dependencies very easily, I'm going to be less inclined to put any effort > into it Right Now. If some percentage of users think like me, then that is a > percentage of users that will come very late to your ideas. > > $0.02... > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] >
