[jbosstools-issues] [JBoss JIRA] Updated: (JBIDE-521) Auto-maintain Local interface

Max Andersen (JIRA) jira-events at lists.jboss.org
Fri Oct 12 05:44:04 EDT 2007


     [ http://jira.jboss.com/jira/browse/JBIDE-521?page=all ]

Max Andersen updated JBIDE-521:
-------------------------------

    Fix Version/s: LATER

> Auto-maintain Local interface
> -----------------------------
>
>                 Key: JBIDE-521
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-521
>             Project: JBoss Tools
>          Issue Type: Feature Request
>          Components: Seam
>            Reporter: Max Andersen
>             Fix For: LATER
>
>
> Consider this:
> @Stateless
> class CustomerBean implements Customer, Serializable, ... {
>     public addOrder(Order o) {
>     }
>     private doStuff() {
>     }
> }
> @Local
> interface Customer {
> }
> On save of CustomerBean autoadd public methods on Bean to the first @Local interface found in the implements part.
> Autoremove as an option.
> Use jmerge to control add/remove ?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosstools-issues mailing list