Re: [jug-discussion] grails gets wrong

2007-12-16 Thread Rick Hightower
I end up using annotations a lot. The ease-of-use slightly out weigh their baggage. I've never liked the compile time aspect of annotations. I wanted my annotations toolable but not part of the compile process. I agree it ties you to a particular implementation. It is no surprise that you can't j

Re: [jug-discussion] A little off topic... I thought I would actually talk about Java for a moment....

2007-08-24 Thread Rick Hightower
elets, Ajax4JSF, Tomahawk, Spring, JSF and JPA. - Original Message - From: Rick Hightower To: jug-discussion@tucson-jug.org Sent: Friday, August 24, 2007 4:38 PM Subject: [jug-discussion] A little off topic... I thought I would actually talk about Java for a moment I

[jug-discussion] A little off topic... I thought I would actually talk about Java for a moment....

2007-08-24 Thread Rick Hightower
I wrote up some design docs for the Crank Crud bits and I'd love some feedback. http://code.google.com/p/krank/wiki/CrankCrudDesignDocs Crank Crud should work with Tapestry/OGNL, WebWork/OGNL, Swing and GWT. Of course, being the JSF bigot that I am (I am really not), the first version works wi

[jug-discussion] Clear path Re: [jug-discussion] Go back to school!

2007-08-24 Thread Rick Hightower
RE: The clear path to being the exception to the ceiling is to become a "poster child" for an open source project or a particular technology. E.G. become a major committer for Grails or something that demonstrates competence. Write a book. Become the de facto speaker on a topic/technology at No

Re: [jug-discussion] professional degree programs

2007-08-24 Thread Rick Hightower
Nick L. started doing that at eBlox before he left. I think it is a great idea. There are people who seem wonderful during an interview but can't code to save their lives. - Original Message - From: "Chad Woolley" <[EMAIL PROTECTED]> To: Sent: Friday, August 24, 2007 10:37 AM Subject:

Re: [jug-discussion] [8/14] Part 1 of Flex/Laszlo smackdown

2007-08-13 Thread Rick Hightower
I will be in Venice CA. :o( - Original Message - From: "Chad Woolley" <[EMAIL PROTECTED]> To: Sent: Monday, August 13, 2007 11:10 PM Subject: Re: [jug-discussion] [8/14] Part 1 of Flex/Laszlo smackdown I'm unable to attend because I'm at Agile 2007 [1], but I'll be there in spirit...

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

2007-08-13 Thread Rick Hightower
while using dynamic langauges is not as good as the productivty gain by using a good Java IDE. I'd rather have a good IDE then less lines of code. I realize that this may put me in the minority on this list but I am use to it. :o) --Rick Hightower - Original Message - From: &qu

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

2007-08-10 Thread Rick Hightower
: "Rick Hightower" <[EMAIL PROTECTED]> To: Sent: Friday, August 10, 2007 1:53 PM Subject: Re: [jug-discussion] Hi guys Crank Crud Intro... JPA/JSF Crud tool RE: While I see the sarcasm dripping here :) In the words of Borat, "Yees!". Crank is not tied to JPA per se

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

2007-08-10 Thread Rick Hightower
5 PM Subject: Re: [jug-discussion] Hi guys Crank Crud Intro... JPA/JSF Crud tool On Aug 10, 2007, at 3:49 PM, Rick Hightower wrote: Thanks... Wow... I have never heard of RoR. /me avoids the obvious "head in the sand" jokes ;) How does RoR read JPA annotations? I thought RoR

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

2007-08-10 Thread Rick Hightower
tool On Aug 10, 2007, at 3:49 PM, Rick Hightower wrote: Thanks... Wow... I have never heard of RoR. /me avoids the obvious "head in the sand" jokes ;) How does RoR read JPA annotations? I thought RoR was for Ruby. Uh, maybe you haven't heard, but *J*Ruby, dude. Thanks for

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

2007-08-10 Thread Rick Hightower
il next week that I'm going to be able to look into Crank, but I'll try to give a more detailed opinion then. :) On 8/10/07, Rick Hightower <[EMAIL PROTECTED]> wrote: Thanks... Wow... I have never heard of RoR. How does RoR read JPA annotations? I thought RoR was for Ruby. Th

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

2007-08-10 Thread Rick Hightower
Intro... JPA/JSF Crud tool Or, in Rails: ruby script/generate scaffold Employee :) On 8/10/07, Rick Hightower <[EMAIL PROTECTED] > wrote: Please check out... http://www.jroller.com/RickHigh/entry/crank_crud_intro

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

2007-08-10 Thread Rick Hightower
ils: ruby script/generate scaffold Employee :) On 8/10/07, Rick Hightower <[EMAIL PROTECTED] > wrote: Please check out... http://www.jroller.com/RickHigh/entry/crank_crud_intro - To unsubscribe, e-mail: [EMAIL PROTE

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

2007-08-10 Thread Rick Hightower
old Employee :) On 8/10/07, Rick Hightower <[EMAIL PROTECTED] > wrote: Please check out... http://www.jroller.com/RickHigh/entry/crank_crud_intro

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

2007-08-10 Thread Rick Hightower
Please check out... http://www.jroller.com/RickHigh/entry/crank_crud_intro Crank is a framework for doing CRUD based applications very quickly. It is a nascent framework, but it has made some recent progress. Crank is based on ideas we explored with Presto and a much earlier framework that

Re: [jug-discussion] Graph of web app framework job openings

2007-05-23 Thread Rick Hightower
Sorry about that last email. My blackberry was in my pocket and sent out 20 some emails by accident. Must lock blackberry when in pocket. - Original Message - From: <[EMAIL PROTECTED]> To: Sent: Wednesday, May 23, 2007 1:20 PM Subject: Re: [jug-discussion] Graph of web app framework jo

[jug-discussion] Please check this out and provide feedback.... Features of JPA Generic DAO covered in this document

2007-04-24 Thread Rick Hightower
oyee employee = (Employee) genericDao.read( 1L );You can create new objects: genericDao.create(new Employee("Rick", "Hightower"));You can update objects (not needed if in same transaction): Employee employee = (Employee) genericDao.read( 1L ); ... //Present to user

Re: [jug-discussion] OFF-TOPIC: Great Sysadmin?

2007-04-12 Thread Rick Hightower
Chad, Of course this does break the no recruiting on the main mailing list... And I am greatly offended :o) BTW I am dying for Hibernate, JSF consultants. Please contact me if you have Hibernate and JSF skills and are willing to travel to New York, Brazil and/or L.A. --Rick Hightower

Re: [jug-discussion] presenter for next week?

2007-04-07 Thread Rick Hightower
I have not done much with Groovy yet. It does seem enticing. I was a big Python fan (The first book I wrote was on Python which was published second). Groovy seems to fit the Java mold. I have been plowing through "Groovy in Action". I am up to page 400 (working with XML). I think I will start

[jug-discussion] Check out my new Blog!

2006-07-16 Thread Rick Hightower
Check out my new Blog on IBM WebSphere: http://www-03.ibm.com/developerworks/blogs/page/JEE?entry=first_post   Please come by and post a hello!   --Cheers      

RE: [jug-discussion] Web Framework debates online

2006-06-28 Thread Rick Hightower
down sooner or later. -Original Message- From: Erik Hatcher [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 5:00 PM To: jug-discussion@tucson-jug.org Subject: Re: [jug-discussion] Web Framework debates online On Jun 28, 2006, at 6:00 PM, Rick Hightower wrote: > O

RE: [jug-discussion] Web Framework debates online

2006-06-28 Thread Rick Hightower
OS2 rules! NT sucks! Former OS2 user group member circa 1994... -Original Message- From: Michael Oliver [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 28, 2006 1:48 PM To: jug-discussion@tucson-jug.org Subject: RE: [jug-discussion] Web Framework debates online As the certified and ce

RE: [jug-discussion] App Dev Framework choices

2006-06-22 Thread Rick Hightower
36 PM 6/21/2006, you wrote: >Flame bait? > > > >-- >From: cara [mailto:[EMAIL PROTECTED] >Sent: Wednesday, June 21, 2006 9:17 AM >To: jug-discussion@tucson-jug.org >Subject: Re: [jug-discussion] App Dev Framework choices > >On 6/20/06, Rick Hightower ><

RE: [jug-discussion] App Dev Framework choices

2006-06-21 Thread Rick Hightower
. I prefer Java, but learning new things broadens you horizons and understanding of development in general. -Original Message- From: josh zeidner [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 10:15 AM To: jug-discussion@tucson-jug.org Subject: RE: [jug-discussion] App Dev

RE: [jug-discussion] App Dev Framework choices

2006-06-21 Thread Rick Hightower
Flame bait?     From: cara [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 21, 2006 9:17 AM To: jug-discussion@tucson-jug.org Subject: Re: [jug-discussion] App Dev Framework choices   On 6/20/06, Rick Hightower <[EMAIL PROTECTED]> wrote: [snip] Injection

RE: [jug-discussion] App Dev Framework choices

2006-06-21 Thread Rick Hightower
as a major backend piece via XML over HTTP (lowercase "web services"). Erik On Jun 20, 2006, at 4:15 PM, Rick Hightower wrote: > H > > I find Tapestry to be powerful and robust. > It seems to handle resources better than JSF. > It is also really easy to c

RE: [jug-discussion] App Dev Framework choices

2006-06-20 Thread Rick Hightower
Since I am a consulting, I give advice, but will happily work with Tapestry or JSF. Being a capitalist, I tend to pick the one with the highest bill rate. :o) I am currently working with Scott Fau.h and another ArcMinder in San Diego. We are working with JSF, Spring, Hibernate (and soon iBa

RE: [jug-discussion] App Dev Framework choices

2006-06-20 Thread Rick Hightower
H I find Tapestry to be powerful and robust. It seems to handle resources better than JSF. It is also really easy to create Tapestry components (out of other Tapestry components no less). JSF component creation (true components not composition components ala Facelets) is lacking. Many th

RE: [jug-discussion] Net Neutrality (techno-political)

2006-06-20 Thread Rick Hightower
Darn... I knew I should have spoke up sooner. $90K for shutting up. I would have done it for $10K. DOH! I have an opinion on this topic, but don't have time to defend it so I'll take a big dose of "shut up". Nick, I was up your way working on a Tapestry project (a few weeks ago). I've been doi

RE: [jug-discussion] Eclipse is better on Windows

2002-11-01 Thread Rick Hightower
+1 for SWT -Original Message- From: Simon Ritchie [mailto:simon.ritchie@;amo.com] Sent: Friday, November 01, 2002 4:00 PM To: [EMAIL PROTECTED] Subject: Re: [jug-discussion] Eclipse is better on Windows Warner Onstine wrote: > > Aren't all SWT widgets native (no matter the platform)? Th

RE: [jug-discussion] Eclipse is better on Windows

2002-11-01 Thread Rick Hightower
I double dog dare you. -Original Message- From: Lesiecki Nicholas [mailto:ndlesiecki@;yahoo.com] Sent: Friday, November 01, 2002 2:25 PM To: [EMAIL PROTECTED] Subject: Re: [jug-discussion] Eclipse is better on Windows Hah! you should post that to slashdot. It will start WWIII. Cheers,

[jug-discussion] J2EE vs. .Net: Lies, Damn Lies and Benchmarks

2002-10-30 Thread Rick Hightower
tage." http://www.theregister.co.uk/content/4/27833.html If someone paid us to do the same test with Resin EE or JBoss, we could blow the .Net solution out of the water for a fraction of the cost. Rick Hightower Chief Technology Officer Learning Patterns Corp. ht

RE: [jug-discussion] interesting thoughts - publish to website?

2002-10-29 Thread Rick Hightower
Once you learn Python... why on gods green earth would you want to suffer through Perl. just kidding (Good thing Ron Tapia does not subscribe to this list) -Original Message- From: Warner Onstine [mailto:warner@;warneronstine.com] Sent: Tuesday, October 29, 2002 12:02 PM To: [EMAIL P

Re: [jug-discussion] Mac question

2002-10-18 Thread Rick Hightower
i want a Mac Rick Hightower Chief Technology Officer Learning Patterns Corp. http://learningpatterns.com Direct: 520.290.6855 Fax: 520.290.4179 Corporate: 212.487.9064 Corp Fax: 212.487.9066 - Original Message - From: "Warner Onstine" <[EMAIL PROTECTED]> To: &

RE: [jug-discussion] Price to replace my current laptop Re: [jug-discussion] Mac question

2002-10-18 Thread Rick Hightower
u plan on keeping it 3+ years and still getting good use out of it I would opt for the Ti if at all possible, if not get the best iBook you can afford (max ram, max hd, best processor, airport, combo drive), looks like about $1800. -warner On Thursday, October 17, 2002, at 09:41 AM, Rick High

RE: [jug-discussion] Price to replace my current laptop Re: [jug-discussion] Mac question

2002-10-18 Thread Rick Hightower
ilto:Jon.Thomas@;healthtrio.com] Sent: Thursday, October 17, 2002 9:59 AM To: '[EMAIL PROTECTED]' Subject: RE: [jug-discussion] Price to replace my current laptop Re: [jug-discussion] Mac question Expect to pay $4500 to $5000 and you will get all you could want -Original Message-

[jug-discussion] new BrainBench tests

2002-10-18 Thread Rick Hightower
There are two new BrainBench tests: J2EE and EJB 2.0 CMP. The EJB 2.0 has a lot of questions on MDB and EJB CMP CMR. I took them last night. The EJB 2.0 test was a lot easier than the EJB 1.1 test.   The J2EE test was really hard, and I thought I bombed it, but I did okay.       Rick Hightow

[jug-discussion] Price to replace my current laptop Re: [jug-discussion] Mac question

2002-10-18 Thread Rick Hightower
latest dot 2 I think). I want to switch, but $3K on a titanium seems a little too much for my current budget. Plus there is no way my work will pay for it Can I just volunteer to be on one of their comercials? :o) Actually, I think that is how Jon got his. ;o) Rick Hightower

[jug-discussion] XDoclet EJB tutorial

2002-09-24 Thread Rick Hightower
I am writing a step by step tutorial for XDoclet and EJB CMP/CMR EJB QL. Since the tutorial is hosted on a WIKI server, it is collaborative, i.e., you can make changes and additions.   I think it has enough to be useful already, but expect it to grow and evolve into a complete J2EE tutorial

RE: [jug-discussion] A few more JDO references

2002-09-23 Thread Rick Hightower
My opinion, EJB 2.0 CMP CMR is more mature than JDO. Most JDO implementation "don't fully implement the JDO spec. yet". that said I think JDO will leap ahead of EJB in the near future... i also think a future version of EJB 2.2 will merge EJB CMP CMR and JDO just like EJB 2.1 merged EJB and web

Re: [jug-discussion] cancel presentation on XDoclet

2002-08-26 Thread Rick Hightower
Any takers? I know a few people at eBlox know XDoclet pretty well. Nick? Paul? Andy? Come on   Something big came up and I have to cancel the XDoclet Presentation. This is the third time that I had to cancel and I feel really bad. I really want to do the presentation, but I

RE: [jug-discussion] Answers to FOP questions

2002-08-19 Thread Rick Hightower
I wish I was there. I have been doing a courseware generator with FOP and XSLT. I really like FOP. I created a slideset, and a workbook from the same source. (Just getting started really) There are lots and lots of examples that ship with FOP. Its really easy to get started. I got a prototype

RE: [jug-discussion] Main Speaker for August

2002-08-08 Thread Rick Hightower
Fop sounds good... I wish I was there... Please send me the slides I am working with Fop and XSL for a course management system, then I check my email and see this cool! I am creating a XML version of our courseware. I will then generate the slides and workbook as PDF. -Original Me

RE: [jug-discussion] XDoclet Information: I can't wait till September's Presentation

2002-08-08 Thread Rick Hightower
Denver Complete Programmer symposium, the same event where Rick will be also. (Who's in Tucson more? Me or Rick? :)) Hopefully Rick and I are not stepping on each others toes though, but I plan to evangelize XDoclet a lot myself, mostly from a non-EJB perspective (although we are using

Re: [jug-discussion] XDoclet Information: I can't wait till September's Presentation

2002-08-08 Thread Rick Hightower
focuses mainly on CMP/CMR and EJB QL) Both touch on XDoclet, but neither concentrate on it. For example, I don't cover creating your own custom templates, and I don't plan on it. Rick Hightower Chief Technology Officer Trivera Technologies, LLC. Phone:520-290-6855 Fax:520-290-4179

[jug-discussion] off topic Re: [jug-discussion] raconteurs reminiscing

2002-07-30 Thread Rick Hightower
Condensation and circuit boards are natural enemies It was a good idea letting them dry out. :o) Rick Hightower Chief Technology Officer Trivera Technologies, LLC. Phone:520-290-6855 Fax:520-290-4179 - Original Message - From: "Thomas Hicks" <[EMAIL PROTECTED]

[jug-discussion] Off topic alert Re: [jug-discussion] fun with Ant: new Review of Jython book

2002-07-30 Thread Rick Hightower
I've never used punch cards. I was born in 1970. I've seen drives the size of telephone books, but we were using them as doorstops.   When I think of my C and C++ programming days, I am sure glad Java and Python are around.   Rick Hightower - Original Message - Fro

Re: [jug-discussion] fun with Ant: new Review of Jython book

2002-07-30 Thread Rick Hightower
uited the board and all the magic smoke left the ICs. At least I don't have to worry about condensation in AZ.     Rick Hightower - Original Message - From: Mike Oliver To: [EMAIL PROTECTED] Sent: Monday, July 29, 2002 4:38 PM Subject: Re: [jug-discussion] fun with

Re: [jug-discussion] Presentations for the August meeting

2002-07-30 Thread Rick Hightower
Oh the joy of development. I am set for this meeting. Rick Hightower Chief Technology Officer Trivera Technologies, LLC. Phone:520-290-6855 Fax:520-290-4179 - Original Message - From: "Simon Ritchie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 29

[jug-discussion] fun with Ant: new Review of Jython book

2002-07-29 Thread Rick Hightower
provides numerous detailed code examples on a wide range of programming topics, from user interfaces to databases. ---   Rick Hightower

Re: [jug-discussion] new book on jython

2002-07-13 Thread Rick Hightower
they dropped the volume 1 from the subtitle. but that is what they planned at first (not me) Rick Hightower Chief Technology Officer Trivera Technologies, LLC. Phone:520-290-6855 Fax:520-290-4179 - Original Message - From: "Thomas Hicks" <[EMAIL PROTECTED]> To: <[EMA

[jug-discussion] new book on jython

2002-07-06 Thread Rick Hightower
Python Programming with the Java Class Libraries: A Tutorial for Building Web and Enterprise Applications by Rick Hightower   http://www.rickhightower.com/python/   My new book was released last Friday. Support a local author, and buy several copies... they make excellent gifts. :o

[jug-discussion] Consider the WebLogic Bible recommended!

2002-07-05 Thread Rick Hightower
If you are new to WebLogic, I suggest that you get this book. If you have been working with WebLogic since before the EJB .8 spec., I suggest that you get this book.   I really enjoyed reading the Weblogic Bible. I've been using WebLogic off and on since before EJB existed, and I still learne

Re: [jug-discussion] Second time a charm (apologies to IBM)

2002-06-24 Thread Rick Hightower
Thanks to Thomas for teaching me a new word: Word of the day: Kibitz: "To look on and offer unwanted, usually meddlesome advice to others" from dictionary.com BTW I downloaded and installed Eclipse today (on my desktop; win2k). It does seem snappy. The peer pressure was too gr

RE: [jug-discussion] eclipse on win2k

2002-06-24 Thread Rick Hightower
and linux -Original Message----- From: Rick Hightower [mailto:[EMAIL PROTECTED]] Sent: Monday, June 24, 2002 10:37 AM To: [EMAIL PROTECTED] Subject: Re: [jug-discussion] eclipse on win2k Thomas Hicks comes out of his corner and throws a looping overhead left. Pop. Eclipse is down. Sorry... just saw t

Re: [jug-discussion] eclipse on win2k

2002-06-24 Thread Rick Hightower
surprise me that you are having problems with Eclipse and Linux. Rick Hightower - Original Message - From: "Thomas Hicks" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 24, 2002 10:30 AM Subject: Re: [jug-discussion] eclipse on win2k > At 05:54 AM 6

Re: [jug-discussion] Fw: Saturday (EST) Java Trivia

2002-06-22 Thread Rick Hightower
Owww! Does this guy realize that this question will be archived and searchable forever?! Rick Hightower Chief Technology Officer Trivera Technologies, LLC. Phone:520-290-6855 Fax:520-290-4179 - Original Message - From: "Warner Onstine" <[EMAIL PROTECTED]> To: <[EMA

[jug-discussion] Erik, nepotism, 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 Rick Hightower
7;s upcoming book > (http://www.manning.com/hatcher/index.html): > > > What The Experts Say About This Book > > "If you are using Ant, get this book" > --Rick Hightower > > "This book earned a permanent place on my shelf before I'd even finished &

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 Rick Hightower
> After you start doing EJB with XDoclet (EJBDoclet), I can('t) imagine doing Eric says "I have to step in here and correct." ** eBlox flashback! Eric says "EJBDoclet was the name of the first incarnation. It became more of a generic tool and renamed XDoclet. EJBDoclet is a dead name." ***

[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 Rick Hightower
ugust: Pizza, New York, JDJEdge, XP Universe Re: [jug-discussion] EJB QL + XDoclets = more EJB on more projects > Well, if you're in Manhattan, I'd suggest the obvious: Almost every > restaurant in Little Italy :) > > Ken. > > > > - Original

[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 Rick Hightower
? (Can't be too expensive) Is anyone going to JDJEdge? "June 27, 2002 - Trivera's CTO Rick Hightower to deliver XP/J2EE Session at Web Services Edge, NYC. at the Javitz Center. Visit us at Booth #606!" Is anyone going to XP/Agile Universe? "May 15, 2002 - Trivera&#x

Re: [jug-discussion] EJB QL + XDoclets = more EJB on more projects

2002-06-21 Thread Rick Hightower
Sure... Last I checked the JUG seemed pretty booked up. Rick Hightower Chief Technology Officer Trivera Technologies, LLC. Phone:520-290-6855 Fax:520-290-4179 - Original Message - From: "Warner Onstine" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday,

[jug-discussion] Resin Plugin for Eclipse (okay now I can start using Eclipse)

2002-06-20 Thread Rick Hightower
http://www.improve-technologies.com/alpha/resin/     Rick HightowerChief Technology OfficerTrivera Technologies, LLC.Phone:520-290-6855Fax:520-290-4179

[jug-discussion] EJB QL + XDoclets = more EJB on more projects

2002-06-20 Thread Rick Hightower
EJB QL + XDoclets = more EJB on more projects I have recently read a lot of articles about whether or not developer should use EJB. The argument against EJB tends to be that they are too complex. This is ironic since EJB's purpose was to simplify server-side development. Don't get me wrong

Re: [jug-discussion] new Mac questions

2002-05-30 Thread Rick Hightower
sell your truck and get a powerbookonce you get a mac your expected to be green anyway so start riding your bike its only 107 degrees today. BTW I want a Mac too. This is a first for meOSX looks cool Rick Hightower Chief Technology Officer Trivera Technologies, LLC. Phone:520-290