RE: Help : execute a equation in String format

2005-01-04 Thread Apurva Goswami
t .. but if this sort of thing is not available .. then i will have to develope it. Regards, Sachin Hegde Software Developer Paradyne Infotech Limited , Mumbai 09324546711 "The believer is happy. The doubter is wise." -Benjamin Disraeli -- Original Message --- From: &qu

RE: Help : execute a equation in String format

2005-01-03 Thread Apurva Goswami
Hi Sachin, You can use java.math class to achieve what you want. To be precise you can java.math.BigDecimal and then convert your result into string object. Hope this helps. Cheers Apurva -Original Message- From: sachin [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 04, 2005 5:34 P

RE: Struts Example for standards

2004-07-14 Thread Apurva Goswami
Check http://www.ibatis.com/jpetstore/jpetstore.html -Original Message- From: Viral_Thakkar [mailto:[EMAIL PROTECTED] Sent: Thursday, July 15, 2004 3:41 PM To: Struts Users Mailing List Subject: Struts Example for standards Hi All, Is there place where I can find struts example projec

Re: logging

2004-07-12 Thread Apurva Goswami
Hi, One can set priority for logging in case it affects application performance i.e., log only what's required, rest you can switch it off by setting log category to high (from WARN or ERROR ---> FATAL). We are into online booking engine and we have database of more than 70,000 customers and thou

RE: logging

2004-07-12 Thread Apurva Goswami
Hi, One can set priority for logging in case it affects application performance i.e., log only what's required, rest you can switch it off by setting log category to high (from WARN or ERROR ---> FATAL). We are into online booking engine and we have database of more than 70,000 customers and thou

RE: logging

2004-07-12 Thread Apurva Goswami
%M) - %m%n # Framework: core log4j.category.CoreLog=INFO log4j.category.CoreBTBUtility=INFO log4j.category.CoreFareMainL=FATAL Hope this helps Cheers Apurva Goswami

RE: logging

2004-07-11 Thread Apurva Goswami
Try Put these lines on top of your class file // Log4j // Log4j with Try-Catch: try {...} catch (Exception e) { cat.error(e, e); } static org.apache.log4j.Category cat = org.apache.log4j.Category.getInstance("File Name".class.getName()); E.g. static org.apache.log4j.Category cat = org.apache.lo

RE: Are there any IDE's that understand Struts tags?

2004-05-27 Thread Apurva Goswami
Guys! Check Exadel's Struts Studio - a great tool for designing and building application using struts framework. Not free but u can download trial version I am sure many others are in process of developing GUI based development tool(s). Apple's WebObjects is framework based application developme