Re: Dynamic PDF generation

1999-11-11 Thread DELE TAYLOR
try http://www.devx.com/upload/registered/features/javapro/1999/11nov99/te1199/te1199.asp http://www.pdfzone.com/resources/pdfspec13.html David Eaves <[EMAIL PROTECTED]> wrote: check out Planet PDF http://www.planetpdf.com/ I'm not sure if you are trying to dynamically complete FDF forms or

Re: [Application variables]

1999-11-08 Thread DELE TAYLOR
System.out.println("Memory used: " + (Runtime.getRuntime().totalMemory()-Runtime.getRuntime().freeMemory()) + ", total: " + Runtime.getRuntime().totalMemory() + ", free: " + Runtime.getRuntime().freeMemory()); "Thethi, Manmeet S" <[EMAIL PROTECTED]> wrote: I

Re: [e-commerce]

1999-11-02 Thread DELE TAYLOR
How are you processing credit cards? Try http://www.bankengine.com Felip Miralles <[EMAIL PROTECTED]> wrote: Hi everybody, My question is, do i have everything i need within the jsp and java servlets and java beans technologies to build an e-commerce site? I know I can track the sessions of my

Re: JDBC, object persistence, object-to-relational mapping, Help!

1999-07-09 Thread DELE TAYLOR
Try http://www.ambysoft.com/mappingObjects.html "Lewis, Grant" <[EMAIL PROTECTED]> wrote: Object-to-relational mapping is no easy task and I would recommend purchasing a third-party tool over rolling your own solution. There are many tools available that handle object-to-relational mapping. We u