Hi Neeraj, Yes, I meant automatic conversion of primitive types to object types. int -> Integer long -> Long Boolean -> Boolean ...
Thanks -----Original Message----- From: Neeraj Joshi [mailto:[EMAIL PROTECTED] Sent: July 18, 2008 8:59 AM To: [EMAIL PROTECTED] Cc: David L Kaminsky; [email protected]; [EMAIL PROTECTED]; 'M R Ananda' Subject: RE: suggestions for new enhancements in Imperius Hey Reza, > 2. Supporting for automatic type conversions introduced in Java 5. Without this feature, how can we call a method like foo(Integer i) in the decision section? Do you mean like converting a basic type (int) to an object (Integer) automatically? or did you have something else in mind? Thanks Neeraj ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "The light at the end of the tunnel...may be you" Neeraj Joshi WebSphere XD - Compute Grid AIM, IBM Apache Imperius - http://incubator.apache.org/imperius ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "Reza Asadollahi" <[EMAIL PROTECTED]> 07/16/2008 12:05 PM Please respond to [EMAIL PROTECTED] To <[EMAIL PROTECTED]>, <[email protected]> cc David L Kaminsky/Raleigh/[EMAIL PROTECTED], "'M R Ananda'" <[EMAIL PROTECTED]> Subject RE: suggestions for new enhancements in Imperius Hi, The mentioned items are looking good to me, and I'd like to add a few more items to the list: 1. Having policy execution listener; sometimes, it is important for the caller of executePolicy method to know what exactly happened during execution. It is a good practice to invoke that method with an interface to receive notifications from imperius about the execution process. For example, if the condition part was true, if the decision executed and so on. Many of such information currently are printed in output, but we need to receive them programmatically. 2. Supporting for automatic type conversions introduced in Java 5. Without this feature, how can we call a method like foo(Integer i) in the decision section? 3. Removing ex.printStackTrace() from the code. The caller of imperius should decide whether to print out the stack trace or not. Thanks, Regards Reza Asadollahi STAR Lab ECE Department University of Waterloo -----Original Message----- From: Naidu G Javvadi [mailto:[EMAIL PROTECTED] Sent: July 16, 2008 12:50 AM To: Reza Asadollahi; [email protected]; [EMAIL PROTECTED] Cc: David L Kaminsky; M R Ananda Subject: suggestions for new enhancements in Imperius Hi We are planning the following features/enhancements for the next release. 1. To provide more generic logging mechanism. 2. Adding Exceptions codes. 3. XML representation of Policy. 4. API Refactoring Any suggestions on these features or if any new features that you think which is good to have are welcome. Thanks & Regards, Naidu System Software Engineer. IBM India pvt ltd India Software Lab, IBM Software Group Embassy Golf Links, 4th Floor, 'B' Wing, Bangalore Phone:+91-80-41055471 e-mail:[EMAIL PROTECTED]
