[JBoss JIRA] Commented: (NETTY-69) IoC container integration
Trustin Lee (JIRA)
jira-events at lists.jboss.org
Mon Dec 29 06:57:05 EST 2008
[ https://jira.jboss.org/jira/browse/NETTY-69?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12444187#action_12444187 ]
Trustin Lee commented on NETTY-69:
----------------------------------
The following IoC containers should be supported at least:
* JBoss Microcontainer
* Google Guice
* Spring framework
> IoC container integration
> -------------------------
>
> Key: NETTY-69
> URL: https://jira.jboss.org/jira/browse/NETTY-69
> Project: Netty
> Issue Type: Feature Request
> Components: Core API
> Reporter: Trustin Lee
> Assignee: Trustin Lee
> Fix For: 3.1.0.ALPHA3
>
>
> Setting up a client or a server using an IoC container such as JBoss Microcontainer and Spring takes quite an effort because:
> * it's difficult to instantiate critical components such as Bootstrap, ChannelFactory, and MemoryAwareThreadPoolExecutor.
> * there's no simple way to shut down a server - it should be as simple as calling one method.
> * required PropertyEditors are missing (e.g. SocketAddress).
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the netty-dev
mailing list