From: <tom...@jb...> - 2005-07-26 17:58:52
|
i agree. such a framework is better build on top of the MC. in my opinion, the most important part is having typed thread local context. meaning that all information related to the current contexts (web-request, web-session, transaction, hibernate session, security context, ...) is available via a thread local lookup. and typed so that a user can use code completion. e.g. Contexts.getSecurityContext().getUserPrincipal() or Contexts.getPersistenceContext().getPersistenceManager() all this information is now (in current enterprise development) scattered all over the different specs. i would happy to work out a prototype to show all features that i want in there. but finding time for that will be difficult. to take on the development of the real stuff, i lack time, i think. we'll see how it goes. regards, tom. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886654#3886654 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886654 |