Re: [jug-discussion] cvs tools

2002-06-21 Thread Erik Hatcher
Or, launch Ant to do it! :) Many folks do this kind of thing. Scarab, Anthill, and CruiseControl all have code to steal that launches Ant from Java. I've seen talk of a CVS repository hook for Slide being developed or considered, but I've not seen any reports of it being done. That would be

Re: [jug-discussion] XDoclet (EJBDoclet), Little Italy Re: [jug-discussion] Speakers for August: Pizza, New York, JDJEdge, XP Universe Re: [jug-discussion] EJB QL + XDoclets = more EJB on more projects

2002-06-21 Thread Erik Hatcher
Eric says I have to step in here and correct. Correction: Its Erik with a k. *** Correct... that is why it is in parenthesis just in case someone knew it by another name. BTW There is still a task called EJBDoclet see link... http://xdoclet.sourceforge.net/ejbdoclet_toc.html Well,

Re: [jug-discussion] open source projects people are looking at

2002-06-25 Thread Erik Hatcher
- Original Message - From: Randolph S. Kahle [EMAIL PROTECTED] On the whole, I am not impressed with the architectural design of the jakarta projects. Even through my obvious (Ant committer) bias, I agree. Although there are a few shining stars within the Jakarta ranks: - Lucene (way

Re: [jug-discussion] Eclipse Stupidity Continues!

2002-07-18 Thread Erik Hatcher
Nope. But it rocks! Mike Oliver wrote: Is IntelliJ as modular and extensible as Eclipse? O At 11:02 AM 7/18/2002 -0700, you wrote: Why not just save yourselves the trouble, and get a license for IDEA IntelliJ! :) It's latest greatest version (I'm running their Early Access

Re: [jug-discussion] FYI: Articles on Jakarta Digester

2002-12-02 Thread Erik Hatcher
Digester is cool if, as you noted, only wanted a read-only model of data. Its great for configuration files or just sucking some XML into an object graph. For a more sophisticated approach, I highly recommend Castor. Erik Tim Colson wrote: I found these two articles to be interesting reads

Re: [jug-discussion] Jar application on OS X

2002-12-06 Thread Erik Hatcher
It launched fine on my PowerBook (Mac OS X 10.1.5) and told me the time... cool! Guy McArthur wrote: On Fri, 6 Dec 2002, Tim Colson wrote: What's the manifest/file structure look like? Probably wrong, but could it be case sensitivity in the manifest file Main Class attrib? Here's the

Re: [jug-discussion] Open Source HTTP Servers

2002-12-08 Thread Erik Hatcher
Jetty http://jetty.mortbay.org/jetty/index.html I'm sure you'll hear a ditto from Warner :) I've only ever heard glowing reviews of it, and its the preferred HTTP server embedded in JBoss. Erik Anthony Steckman wrote: I'm thinking of trying to write an http server as an exercise to get

Re: [jug-discussion] FYI: dom4j

2002-12-11 Thread Erik Hatcher
Small world, Dennis! For everyone elses information, Dennis was a speaker at the symposiums where Rick and I also spoke. I attended a couple of his presentations and was incredibly impressed with the ease at which Dennis can discuss all things XML and web services related. Erik Dennis

[jug-discussion] Web frameworks (was: Re: [jug-discussion] January Presentation)

2003-01-09 Thread Erik Hatcher
On Thursday, January 9, 2003, at 01:03 PM, Drew Davidson wrote: Erik Hatcher wrote: On Thursday, January 9, 2003, at 02:01 AM, Tim Colson wrote: Plus... I don't use JSP anymore, just Velocity templates + Struts. So the view in my webapp wouldn't be this: %= request.getSession

Re: [jug-discussion] Fun with ANT - classpath debug xml with javac task

2003-05-27 Thread Erik Hatcher
On Tuesday, May 27, 2003, at 03:11 PM, Drew Davidson wrote: Erik, it took you 26 minutes to reply to this.  You're slipping :-) I was too busy with the *ant-user* list, sorry! :)) Plug, plug.  I've got Erik's book on my desk right now because I'm building a build system with Ant.  Erik, there

Re: [jug-discussion] Fun with ANT - classpath debug xml with javac task

2003-05-29 Thread Erik Hatcher
On Tuesday, May 27, 2003, at 03:40 PM, Tim Colson wrote: Other docs advise to never touch the hbm file by human hands - let xdoclet do it. I'm in this camp. Although there can be a couple of happy mediums here with XDoclet: - merge points - I don't know how Hibernate templates use them (or if

Re: [jug-discussion] Re: More Fun with ANT

2003-05-29 Thread Erik Hatcher
Sheesh... here we go again! :)) You're telling me this - http://ant.apache.org/manual/CoreTasks/javac.html - is not documented well? debug=true is what you're after here. I presume you mean a stack trace from your application, not from the run of your build. Erik On Wednesday, May 28,

Re: [jug-discussion] Daemons and ANT?

2003-07-11 Thread Erik Hatcher
On Wednesday, July 9, 2003, at 05:27 PM, Tim Colson wrote: All the pieces work, but I'm having problems with the db and tomcat startup/shutdown because they are persistent processes, not short-lived tasks. Its a known issue with Ant and firing up processes that live longer than the Ant process

Re: [jug-discussion] struts book

2003-08-14 Thread Erik Hatcher
If you don't know Struts but want to learn it, get Sue Speilman's book (Morgan Kaufman) - its the best intro to Struts available. I'm not a fan of either the Manning one (shhh, don't tell Manning!), or the Sam's one. I have not seen enough of the O'Reilly one to comment on it, but its

Re: [jug-discussion] JMeter?

2003-11-14 Thread Erik Hatcher
On Thursday, November 13, 2003, at 11:32 AM, Tim Colson wrote: Anybody here tried/used this load test tool? http://jakarta.apache.org/jmeter/ I think a few locals have used it: http://www.amazon.com/exec/obidos/tg/detail/-/047120708X :)

Re: [jug-discussion] ANT question

2004-01-07 Thread Erik Hatcher
On Jan 7, 2004, at 1:12 PM, Thomas Hicks wrote: I've got an ANT question that I hope may be of interest to readers of this forum. If you can't get an Ant question answered on the tucson-jug list then you're in big big trouble! but be able to specify the optional argument, something like: ant

Re: [jug-discussion] Hello, I am sort of new to the list

2004-01-17 Thread Erik Hatcher
On Jan 17, 2004, at 12:55 AM, Richard Hightower wrote: Hello, I am new to this list. I have been a member in the past, but that was several email addresses ago. Who the heck is this poser?! Who let him on this list? Geez! :)) I use to work at eBlox with Andy B., Paul V., Warner O., Nick L.,

Re: [jug-discussion] Ant Question

2004-01-27 Thread Erik Hatcher
On Jan 27, 2004, at 6:45 PM, Chad Woolley wrote: I'm looking for a simple way to allow these differences to be configurable, but still have defaults. Specifically, I'd like the default to come from the Ant properties file, but be overridden by environment variables, if they exist. This way,

Re: [jug-discussion] How kids learn to program - Squeak

2004-02-13 Thread Erik Hatcher
Darn, I can't hide! On Feb 13, 2004, at 2:59 PM, Thomas Hicks wrote: Additional info on this topic from our own (we'll claim him this time) Erik Hatcher's blog: * We created a session on technology education for children which was fun, but slightly depressing. The focus seemed to be on the

Re: [jug-discussion] Jar slimming tools?

2004-02-25 Thread Erik Hatcher
On Feb 25, 2004, at 5:15 PM, Lesiecki Nicholas wrote: Hey, I rememeber a discussion on this list about tools for JAR slimming: ditching all the classes in a JAR than can be proved by static analysis to be unused by your code. Does anyone else remember this and can they tell me what the tools

Re: [jug-discussion] Meeting Topic for March?

2004-02-26 Thread Erik Hatcher
You folks are amazing! I have to beat people to present. Every other month we are having a social meeting at a restaurant - folks actually come out of the woodwork for that. I'm very impressed with all the folks volunteering. I might just have to become a snowbird so I can get my fill of

Fwd: [jug-discussion] timely find

2004-03-05 Thread Erik Hatcher
did i send this from the right address to make it through? retrying Begin forwarded message: From: Erik Hatcher [EMAIL PROTECTED] Date: March 5, 2004 5:12:53 AM EST To: [EMAIL PROTECTED] Subject: Re: [jug-discussion] timely find On Mar 4, 2004, at 8:21 PM, Drew Davidson wrote: NIH. I've

Re: [jug-discussion] timely find

2004-03-05 Thread Erik Hatcher
On Mar 5, 2004, at 11:19 AM, Drew Davidson wrote: I should have said most of the Jakarta people. Tapestry was not originally a Jakarta project and the people involved in it did not bring those biases with them. Of course I exclude you from my criticism (sorry if you took offense); No offense

Re: [jug-discussion] Webapp frameworks

2004-03-06 Thread Erik Hatcher
On Mar 6, 2004, at 2:34 AM, Robert Zeigler wrote: Tapestry is definitely looking promising for me. I've spent the day looking it over, and I'm liking it a lot... the templating system really is quite neat. Still... I like working with velocity templates, myself... ;) I like Velocity myself. We

Re: [jug-discussion] OGNL presentation on Tuesday

2004-03-07 Thread Erik Hatcher
On Mar 7, 2004, at 6:58 PM, Tim Colson wrote: Also curious about : + TypeConverter (converting between different types) I really wish I could be there for Drew's presentation... I'm sure there are parts of OGNL that I'm clueless on but would come in quite handy. I've toyed with TypeConverter a

Re: [jug-discussion] OGNL and JSRs

2004-03-17 Thread Erik Hatcher
On Mar 17, 2004, at 11:06 AM, Drew Davidson wrote: When the idea of an OGNL JSR was brought up to Sun's Rob Gingell I got a negative response (almost condescending actually - Rob shook his head and chuckled a no to me). In light of this JSR I'd like to know why OGNL is not worthy of a JSR and

[jug-discussion] Re: Maven

2004-04-13 Thread Erik Hatcher
Here are a few relevant mails hot off the Ant user e-mail list Begin forwarded message: From: Jens Riboe [EMAIL PROTECTED] Date: April 12, 2004 2:52:47 PM EDT To: [EMAIL PROTECTED] Subject: Embedded Maven or Maven Light??? Reply-To: Ant Users List [EMAIL PROTECTED] Hi, I have started to

[jug-discussion] Tucson JavaOners?

2004-06-23 Thread Erik Hatcher
Who's going to JavaOne? I'll be there Saturday morning through Wednesday morning. Scheduling is tight, as always, but would be good to catch up. Also, if you haven't signed up for the Phoenix No Fluff, Just Stuff symposium why not?! These symposiums are awesome (and that is my unbiased

Re: [jug-discussion] Tucson JavaOners?

2004-06-23 Thread Erik Hatcher
On Jun 23, 2004, at 3:37 PM, [EMAIL PROTECTED] wrote: As a starving student, it could be the fact that the registration fee for NF/JS is more then my rent. No matter how good they are it can not be worth the price, even if they gave away gold plated java beans emblazoned with MS Access JDBC

Re: [jug-discussion] Help with uuencode

2004-11-02 Thread Erik Hatcher
Looks like there are bits built into Java itself: sun.misc.UUEncoder It would be nice if a clean wrapper for it was part of Jakarta Commons Codec though. Erik On Nov 2, 2004, at 7:59 PM, Thomas Hicks wrote: There's got to be something like this already out there. I need to uuencode

Re: [jug-discussion] Speaker next week

2004-12-01 Thread Erik Hatcher
On Nov 30, 2004, at 11:06 PM, Todd Ellermann wrote: Hey fellow tucsonians The PHXJUG has a sponsor for next wednesday, but the sponsor has no speaker. Any of you author types from down there want to come speak about something interesting? Promote your book etc... If I was still in Tucson, I

Re: [jug-discussion] Searching large object graphs

2004-12-23 Thread Erik Hatcher
Lucene The query would be this name:olson OR email:olson if you indexed that information into separate fields. A common technique is to index all data you want queryable also into an aggregate field in which case the query could simply be olson. The full source code to Lucene in Action is

Re: [jug-discussion] Searching large object graphs

2004-12-30 Thread Erik Hatcher
On Dec 30, 2004, at 11:58 AM, [EMAIL PROTECTED] wrote: O... Ok, that seems like fun (I know I am sick, but truth is I have time to kill at home for next week and a half) But we should also have different kinds of common data, like a few hundred complete personal records, a few books/blogs,

[jug-discussion] Use search engine technology for object persistence

2005-01-07 Thread Erik Hatcher
Looks like I don't need to code anything after all... http://www.javaworld.com/javaworld/jw-01-2005/jw-0103-search_p.html Though I would have crafted it a bit differently - using QueryParser for non-human-entered queries is tenuous and chock-full of weird edge cases. Erik

Re: [jug-discussion] Spring FUD is confounded

2005-01-10 Thread Erik Hatcher
On Jan 10, 2005, at 2:36 PM, Richard Hightower wrote: As always, I am in violent agreement with you. :o) Erik and I have been in violent agreement since 2001. I love ya man: http://www.lucenebook.com/search?query=hightower+lesiecki (I had to put lesiecki in there to get my highlighter to

Re: [jug-discussion] Spring FUD is confounded

2005-01-10 Thread Erik Hatcher
On Jan 10, 2005, at 4:50 PM, Drew Davidson wrote: creamy OGNL goodness I love OGNL, but the thought of it being creamy has lessened it somewhat. Given that it is all of that, I think this is where some of the risk comes in. It may be too big for some situation. If you only need IoC, it's a

Re: [jug-discussion] Spring FUD is confounded

2005-01-12 Thread Erik Hatcher
On Jan 12, 2005, at 4:51 PM, Richard Hightower wrote: It will be in the book. :o) *sigh* - I hope you meant that in jest. Openness and sharing of the code will benefit your book more than keeping it hidden until publication, I'd almost bet on it. I've been enjoying answering questions on the

Re: [jug-discussion] the languages that we create....

2005-02-16 Thread Erik Hatcher
On Feb 16, 2005, at 8:23 PM, John D. Mitchell wrote: Some sociologist should be studying the politics of open-source projects. I don't know of any hardcore sociologists but there's plenty of us amateur sociologists doing it. I'm going to forward this thread over to a good friend of mine and a

Re: [jug-discussion] the languages that we create....

2005-02-23 Thread Erik Hatcher
On Feb 23, 2005, at 9:53 AM, John D. Mitchell wrote: How are you seeing that manifest itself? Community is what Apache takes the most seriously. The codebase is 2nd to community. A thriving healthy community around a codebase is what the aim is. No, you (and they :-) are confusing popularity

Re: [jug-discussion] the languages that we create....

2005-02-23 Thread Erik Hatcher
On Feb 23, 2005, at 10:50 AM, John D. Mitchell wrote: Erik == Erik Hatcher [EMAIL PROTECTED] writes: On Feb 23, 2005, at 9:53 AM, John D. Mitchell wrote: [...] How are you seeing that manifest itself? Community is what Apache takes the most seriously. The codebase is 2nd to community

Re: [jug-discussion] RE: Bagging on ASF...or not

2005-02-23 Thread Erik Hatcher
Tim - that is an excellent point and one I should have thought of. I've been watching your infrastructure posts recently. John is a member of this so-called community that has apparently been failed by ASF or is he? What has he done to help? Show me a list of patches or bug reports or even

Re: [jug-discussion] RE: Bagging on ASF...or not

2005-02-23 Thread Erik Hatcher
On Feb 23, 2005, at 12:48 PM, John D. Mitchell wrote: Bullshit. I've been helping and contributing to free/open source projects for longer than you've been programming. Including you and yours. Really? I believe you're only like a year older than me and I started coding when I was 7 years old

Re: [jug-discussion] RE: Bagging on ASF...or not

2005-02-24 Thread Erik Hatcher
On Feb 24, 2005, at 1:11 PM, John D. Mitchell wrote: Erik == Erik Hatcher [EMAIL PROTECTED] writes: On Feb 23, 2005, at 12:48 PM, John D. Mitchell wrote: [...] But sure, I'll concede that yours really is bigger than mine if you want to play that game :) Funny how you've managed to turn it around

Re: [jug-discussion] the languages that we create....

2005-02-24 Thread Erik Hatcher
On Feb 24, 2005, at 1:33 PM, John D. Mitchell wrote: And a lot of bad mouthing :) Indeed. Alas, you're one of the rare ones who are both tough enough to deal with that crap and still be a nice guy. And you missed my humorous poke at you on that one :) I don't recall any example you (or Drew, I

Re: [jug-discussion] the languages that we create....

2005-02-24 Thread Erik Hatcher
On Feb 24, 2005, at 3:51 PM, Drew Davidson wrote: I have been invited to join the Ant work by you and you alone. My posts to the Ant lists went either (a) ignored or (b) blown off in a condescending way. In neither case did I think that my help was going to be appreciated or wanted. I have

Re: [jug-discussion] Appending a new property to the end of a property file?

2005-02-27 Thread Erik Hatcher
propertyfile uses Java's on java.util.Properties to write the file, so comments, except for a one-line header, get removed. This is a frequent annoyance that folks encounter. But, since you'll be happy with an append, you can do this: echo file=file.properties append=true

Re: [jug-discussion] Appending a new property to the end of a property file?

2005-02-27 Thread Erik Hatcher
On Feb 27, 2005, at 9:28 AM, Drew Davidson wrote: Chad Woolley wrote: Does anyone know how to prevent the Ant propertyfile task from randomly rearranging your property file and whacking all the comments? rm -fr $ANT_HOME Or alternately, some simple ant/maven based solution that just lets you

Re: [jug-discussion] Appending a new property to the end of a property file?

2005-02-27 Thread Erik Hatcher
On Feb 27, 2005, at 10:12 AM, Drew Davidson wrote: Erik Hatcher wrote: On Feb 27, 2005, at 9:28 AM, Drew Davidson wrote: I have an ant task that writes a property file based on a prefix. For a frequent basher of Ant, it might behoove you to know the enemy well: project name=propfile property

Re: [jug-discussion] Appending a new property to the end of a property file?

2005-02-27 Thread Erik Hatcher
On Feb 27, 2005, at 10:12 AM, Drew Davidson wrote: The documentation is IMPOSSIBLE TO NAVIGATE. I had to fiddle with the search terms to find it, but the search terms seem logical for the purpose: http://www.google.com/search? client=safarirls=enq=ant+property+file+prefixie=UTF-8oe=UTF-8 You

Re: [jug-discussion] Appending a new property to the end of a property file?

2005-02-27 Thread Erik Hatcher
On Feb 27, 2005, at 12:53 PM, Dennis Sosnoski wrote: Drew Davidson wrote: Great, just try to find it in http://ant.apache.org/manual/index.html Oh, it's in Optional Tasks: what does that mean? Only with the ant optional jar? How do I know someone will have that who tries to use my build

[jug-discussion] Fwd: Video Game written in Ant 1.6 and Ant-Contrib

2005-02-27 Thread Erik Hatcher
So my challenge to Drew... create an OGNL video game! :) Erik Begin forwarded message: From: Stefan Bodewig [EMAIL PROTECTED] Date: February 25, 2005 3:52:56 PM EST To: [EMAIL PROTECTED], user@ant.apache.org, [EMAIL PROTECTED] Subject: Video Game written in Ant 1.6 and Ant-Contrib

Re: [jug-discussion] june preso?

2005-06-04 Thread Erik Hatcher
On Jun 3, 2005, at 6:47 PM, Warner Onstine wrote: ... in seeing a Ruby on Rails demo? I might be able to whip something together *might*?! If you can't whip up something in Rails in 15 minutes then I'd be shocked :) In fact, you could come to Rails completely cold at the start of the

Re: [jug-discussion] Current state of the art for logging

2005-06-20 Thread Erik Hatcher
I vote for using Log4j directly in your case - its got everything (and then some) that you'd need. JDK 1.4 Logging is ok, but doesn't have all the great appenders available that Log4j has (that I know of). Erik On Jun 20, 2005, at 1:19 PM, Randolph Kahle wrote: What is the current

Re: [jug-discussion] Feedback for this WhitePaper

2005-09-21 Thread Erik Hatcher
On Sep 20, 2005, at 10:43 AM, Michael Oliver wrote: I recently had a discussion with Craig McClanahan ... LOL! The guy who took the M out of MVC :) Erik - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: [jug-discussion] Why Jython, or Jelly, or Groovy, or Beanshell or ... instead of perl, or sh script?

2005-09-28 Thread Erik Hatcher
On Sep 28, 2005, at 4:17 PM, Tim Colson (tcolson) wrote: So if you were doing this task, how would you approach it? What tool would you use? And more importantly, why? I'd use Ruby, personally. It'd be much more readable than the equivalent Perl variant, almost for sure. The readability

Re: [jug-discussion] Why Jython, or Jelly, or Groovy, or Beanshell or ... instead of perl, or sh script?

2005-09-28 Thread Erik Hatcher
garbage code if you wanted to obfuscate it and compress it as much as possible. Do you have to rub three times to get ruby to give you the magic? Nope, only once. Ruby is just that sweet. Erik -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday

Re: [jug-discussion] Positions in Phoenix!

2005-11-16 Thread Erik Hatcher
On 16 Nov 2005, at 16:31, Tim Colson (tcolson) wrote: Unless everyone wants to change this, which I'm fine with, I just don't want to clutter the list with job postings. FWIW - job postings on the main list don't bother me. I follow the Northern VA JUG (NOVAJUG) and they are very strict

Re: [jug-discussion] App Dev Framework choices

2006-06-21 Thread Erik Hatcher
On Jun 21, 2006, at 10:02 AM, Warner Onstine wrote: Solr looks pretty slick! Thanks for pointing this one out Erik. Any idea when it's coming out of incubator status? Solr is where it's at... hear me now, believe me later. As for the incubator... who knows? It's very mature as it is and

Re: [jug-discussion] App Dev Framework choices

2006-06-21 Thread Erik Hatcher
On Jun 21, 2006, at 12:35 PM, Chad Woolley wrote: lowercase web services? What do you use to talk XML on the RoR side? One of the Ruby SOAP implementations, something homegrown, or something else? Currently Solr returns back a custom XML layout and accepts a custom format. These are

Re: [jug-discussion] App Dev Framework choices

2006-06-23 Thread Erik Hatcher
On Jun 21, 2006, at 9:08 PM, josh zeidner wrote: RoR: Why? because its Web 2.0( see CMP Media scandal ). The whole Web 2.0 thing( which RoR is invariably linked to ) has turned out to be a very stupid multi-level marketing scheme starring Tim O'Reilly. RoR offers no technological

Re: [jug-discussion] App Dev Framework choices

2006-06-23 Thread Erik Hatcher
On Jun 22, 2006, at 12:44 PM, Chad Woolley wrote: Can't you feel the peace and contentment in this block of code? Ruby is the language Buddha would have programmed in. Yeah, being pragmatic, Buddha probably would be using RoR. The more idealistic of us would likely be doing Smalltalk.

Re: [jug-discussion] App Dev Framework choices

2006-06-23 Thread Erik Hatcher
And if you want to be wowed by what a difference a programming language makes, check out the video of DabbleDB: http://www.dabbledb.com/ Sure, you could program this same thing in Perl CGI, assembly language, C, Java, etc, but it was done using Seaside and the beauty of what is

Re: [jug-discussion] App Dev Framework choices

2006-06-24 Thread Erik Hatcher
On Jun 24, 2006, at 5:15 PM, josh zeidner wrote: After having worked with countless web frameworks and dozens of languages I will say this: What you gain in development effort and 'syntactic sugar' you lose in performance. But Ruby is not just a sugar coating of syntax. As all these

Re: [jug-discussion] App Dev Framework choices

2006-06-25 Thread Erik Hatcher
On Jun 24, 2006, at 10:02 PM, josh zeidner wrote: Why is it that every Ruby expert that I run into has absolutely nothing to show? I've never claimed to be a Ruby expert, and it'll be quite a while before I could claim even being close. I barely claim expertise in Java, and in that

Re: [jug-discussion] Web Framework debates online

2006-06-28 Thread Erik Hatcher
On Jun 28, 2006, at 6:00 PM, Rick Hightower wrote: OS2 rules! NT sucks! Former OS2 user group member circa 1994... Dude... Open VMS is the shizzit! Never ever dis VMS in my presence. Dems fightin' werds! Erik

Re: [jug-discussion] build tools...

2006-12-26 Thread Erik Hatcher
On Dec 26, 2006, at 11:15 AM, Art Gramlich wrote: Where's Hatcher to plug ant? :-) These days I mostly am dealing with Rake, but thus far at a Ruby newbie user level. I will be getting fancier with Rake very shortly though. Where do I stand with Maven? Never even really used it other

Re: [jug-discussion] Hi guys.... Crank Crud Intro... JPA/JSF Crud tool

2007-08-10 Thread Erik Hatcher
LOL! chad said what i was thinking. (though it'd be more like a streamlined comparison, not stupid ol' scaffolding). no offense rick, but geez, get with the (j/ruby) program! ;) On Aug 10, 2007, at 3:08 PM, Chad Woolley wrote: Or, in Rails: ruby script/generate scaffold Employee :)

Fwd: [jug-discussion] Hi guys.... Crank Crud Intro... JPA/JSF Crud tool

2007-08-11 Thread Erik Hatcher
Venkat on ultrasound visualization... Begin forwarded message: From: Venkat Subramaniam [EMAIL PROTECTED] Date: August 11, 2007 7:57:27 AM EDT To: 'Erik Hatcher' [EMAIL PROTECTED] Subject: RE: [jug-discussion] Hi guys Crank Crud Intro... JPA/ JSF Crud tool Reply-To: [EMAIL PROTECTED

Re: [jug-discussion] How can I get the PID of a process started by ant java fork=true ...?

2008-09-10 Thread Erik Hatcher
Replying to an Ant question, yikes, . Lots of goodies here http://ant.markmail.org/search/?q=exec+pid Looks like the short answer is you can't really do it easily, but I'd go with what Steve says here with jps: http://markmail.org/message/73byck4whqbgtqyq But personally, this looks like