Re: Velocity and JDBC

2005-02-23 Thread Simon Christian
Certainly it'll work in a Struts/Velocity setup - take a look at Claude's example which uses VelocityTools, at: http://velosurf.sourceforge.net/velosurf/docs/index.html#example The VelosurfTool is made available to the context along with other tools. - simon Manish wrote: What would be the

Re: Velocity and JDBC

2005-02-23 Thread Markos Charatzas
Hm... Im quite skeptical about this... Why not use a proper OR mapping tool (e.g. hibernate), provide a complete db implementation (Database, DatabaseRequest, DatabaseClient) and then use a db client wrapper to place as a tool using the velocity toolbox. Regards, Markos On Wednesday 23

Re: Velocity and JDBC

2005-02-23 Thread Claude Brisson
On Wed, 2005-02-23 at 12:39 +0200, Markos Charatzas wrote: Hm... Im quite skeptical about this... Why not use a proper OR mapping tool (e.g. hibernate), provide a complete db implementation (Database, DatabaseRequest, DatabaseClient) and then use a db client wrapper to place as a tool

Re: Velocity and JDBC

2005-02-23 Thread Markos Charatzas
Well ofcourse it depends on the scale of the application. If you want something quick and dirty you can do it with Velosurf no probs. I was just trying to alert ppl who might jump straight to the Velosurf wagon to support their database driven application. Markos On Wednesday 23 February 2005

Velocity setup issue

2005-02-23 Thread Sahraei Sasan-ssahra01
Hi All, I'm trying to build Velocity 1.4, by running ant or ant package-all I get the message Warning: Could not find file /mysrc/nbi/velocity-1.4/src/java/org/apache/velocity/texen/defaults/texen.properties to copy. This file texen.properties does not exist in the tar file. I created an

FW: Velocity logo ideas / poll - request for ideas

2005-02-23 Thread Tim Colson \(tcolson\)
John was inspired by my logo...and made a twisted version of it... which inspired me to try out a couple new colors and one with a twist too. :-) Have a look :-) http://confluence.atlassian.com/display/TEST/Velocity+Logo+Ideas+Two Cheers, Timo -Original Message- From: John Mahan

Re: Velocity logo ideas / poll - request for ideas

2005-02-23 Thread Will Glass-Husain
I like 1 myself. 4 is also good, but 1 looks better smaller. WILL - Original Message - From: Tim Colson (tcolson) [EMAIL PROTECTED] To: Velocity Users List velocity-user@jakarta.apache.org Sent: Wednesday, February 23, 2005 12:57 PM Subject: FW: Velocity logo ideas / poll - request for

Re: Velocity logo ideas / poll - request for ideas

2005-02-23 Thread Michael Salmon
I think the circular o should be put in place of the 4th letter of velocity itself that would add some balance to the logo and lower the width. Also I think the arrows should be the same color as the o to make a smooth appearance. On Wed, Feb 23, 2005 at 01:20:10PM -0800, Will Glass-Husain

Re: Velocity and JDBC

2005-02-23 Thread Claude Brisson
On Wed, 2005-02-23 at 16:52 +0200, Markos Charatzas wrote: Well ofcourse it depends on the scale of the application. precisely, not necessarily If you want something quick and dirty you can do it with Velosurf no probs. yes, you can - but even in large applications I'm not totally certain

Re: Velocity setup issue

2005-02-23 Thread Shinobu Kawai
Hi Sasan, I'm trying to build Velocity 1.4, by running ant or ant package-all I get the message Warning: Could not find file /mysrc/nbi/velocity-1.4/src/java/org/apache/velocity/texen/defaults/texen.properties to copy. This file texen.properties does not exist in the tar file. I

Re: Velocity logo ideas / poll - request for ideas

2005-02-23 Thread Shinobu Kawai
Hi guys, I think the circular o should be put in place of the 4th letter of velocity itself that would add some balance to the logo and lower the width. Also I think the arrows should be the same color as the o to make a smooth appearance. Cool! How about putting on gradation, from the

Velocity JSP Generation

2005-02-23 Thread Rana Asif Rubbani
Hi Is there any tool/framework available that you just give it the database schema and it creates the jsp pages for you. Like GUIs for add/edit/delete cases and a controller page where all pages will be submitted. Is there any such jsp code generator available. Regards Rana Asif Rubbani

RE: Velocity logo submissions

2005-02-23 Thread Tim Colson \(tcolson\)
Subject: Re: Velocity logo ideas / poll - request for ideas Say folks -- maybe the original subject line was misleading. What I meant was that if you have a logo design and want to submit it then please go attach it to the wiki page -- I did not mean to imply that I would take requests and turn

Re: Velocity logo submissions

2005-02-23 Thread Shinobu Kawai
Hi Timo, Say folks -- maybe the original subject line was misleading. What I meant was that if you have a logo design and want to submit it then please go attach it to the wiki page -- I did not mean to imply that I would take requests and turn them into logos. My main goal was/is to get a

Re: Velocity JSP Generation

2005-02-23 Thread Shinobu Kawai
Hi Rana, Is there any tool/framework available that you just give it the database schema and it creates the jsp pages for you. Like GUIs for add/edit/delete cases and a controller page where all pages will be submitted. Is there any such jsp code generator available. I'm not aware of such

Re: Velocity JSP Generation

2005-02-23 Thread jian chen
Wow, it seems to me off the chart here by asking for jsp related stuff. Personally I think Velocity is the way to go, why need JSP? jian On Wed, 23 Feb 2005 22:41:21 -0800, Shinobu Kawai [EMAIL PROTECTED] wrote: Hi Rana, Is there any tool/framework available that you just give it the

Re: Velocity JSP Generation

2005-02-23 Thread Will Glass-Husain
#* First time I've ever heard of creating JSP with Velocity. :) I wonder if anybody uses Velocity to create Velocity templates. I might need to add vtl to the EscapeTool. (half joking, half...) *# Ha. I wrote an app that uses Velocity to generate Velocity templates. It's a quick start tool

Re: Velocity JSP Generation

2005-02-23 Thread Florin Vancea
- Original Message - From: Shinobu Kawai [EMAIL PROTECTED] To: Velocity Users List velocity-user@jakarta.apache.org Sent: Thursday, February 24, 2005 8:41 AM Subject: Re: Velocity JSP Generation snip I wonder if anybody uses Velocity to create Velocity templates. I might need to

Re: Velocity JSP Generation PROPOSED PROJECT

2005-02-23 Thread Rana Asif Rubbani
HI Torque/Hibernate are persistence layers. You give them database schema in XML and get Data Objects and SQL scripts etc. Actually I am thinking to create a framework that you just give your db schema in XML form like you do for torque/hibernate and it will create the data objects using