The following comment has been added to this issue:

     Author: James Carman
    Created: Thu, 29 Jul 2004 8:47 AM
       Body:
Oh, and that SDL file also includes a VERY useful schema definition called 
"bean."  It can be reused to instantiate any sort of JavaBean.  For instance, 
you can define an object simply by using...

bean (class="com.widgetsrus.Widget")
{
  property (name="name" value="My Widget")
  property (name="someService" value="SomeService" translator="service")
}

That might also be useful to others.  Hopefully you can reuse schemas from 
other modules.  Anyway, just thought I'd point that out.
---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/HIVEMIND-32?page=comments#action_36934

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/HIVEMIND-32

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: HIVEMIND-32
    Summary: Please add in support for Java Proxy-based interceptors
       Type: New Feature

     Status: Open
   Priority: Major

    Project: HiveMind
 Components: 
             documentation
             framework
             library

   Assignee: Howard M. Lewis Ship
   Reporter: James Carman

    Created: Thu, 29 Jul 2004 8:17 AM
    Updated: Thu, 29 Jul 2004 8:47 AM

Description:
The current interceptor framework/documentation is very confusing.  Please 
incorporate a simpler, Java Proxy-based solution, which is independent of any 
external libraries.  I don't know if you want to put this in the library or in 
the core framework.  The code I've written places the classes in the library 
package hierarchy, but that's easy to change.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to