[Design of JBoss Remoting, Unified Invokers] - Re: Transport Use Cases
by ron.sigal@jboss.com
"trustin" wrote : and out of curiosity, is it what users want?
Currently, I'd say that the biggest users of Remoting are EJB2/3 and JBossMessaging. Eventually, JBoss Naming (JNDI) will be converted as well. In all of these cases, Remoting clients and servers are created in matching pairs by higher level code. The use of Remoting by JBossWS is a counterexample, since they use a Remoting client without a Remoting server, but I can't say much more than that, not being very familiar with their code. There are other JBoss projects that use Remoting, but none have asked for sweeping changes, to date.
So, on the whole, if you refer to current users, I'd say the answer is "yes".
This is not to say that we couldn't court other users. And, in fact, there is an existing community of Remoting users outside of JBoss. But I think we should always listen for the thundering footsteps in our ecosystem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086471#4086471
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086471
18 years, 6 months
[Design of JBoss Portal] - Re: Maven Migration Status
by anders3
Very nice to see you are moving ahead in the maven direction :-)
1) About File resources in tests!!!
I belive we should not see it as maven/ant problem.
Tests should run from IntelliJ/Eclipse.
The best way to ensure this is to load resources from the classloader
So package the xxx.xml files with your yyyyTest.java class in the
src/test/java/.... tree, and use class.getRessource...
2) About IntelliJ module files in subversion.
When you use maven you can write mvn idea:idea and it will
generate the module+project files.
a) no .iml files in svn
b) IntelliJ v7 actually has some maven integration, but I belive that
v7 is not ready for production yet.. The mvn idea:idea runs the best
on IntelliJ v6.
3) About Eclipse. Run mvn eclipse:eclipse
4) About project root poms
Yes, it is supposed to be there. It is from here you run the
mvn idea:idea ; mvn eclipse:eclipse
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4086441#4086441
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4086441
18 years, 6 months