I just received a note from Adobe informing me that the Flex2 Builder has left beta, and can be downloaded from the Adobe website -- as long as I shell out $499.
How will this affect the development of JBCS? I'm not an expert on building FLEX 2 (ie - the webmail interface, right?), but it seems like one might not be able to build JBCS moving forward (unless they still have the free beta lying around).
Any thoughts?
David
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959094#3959094
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959094
anonymous wrote : I was under the impression that once the server was restarted that the cache would be lost and have to be traversed again.
Kosmos is using EHCache for caching, and by-default the cache is set to be "disk-persistent", so it will save/load its content to disk and will survive the app-server restarts. (It can be easiliy turned off, of course, see ehcache.xml.)
anonymous wrote : The problem is when I access the SvnMonitoringPortlet the first time it takes a while to load.
Well, it is an expensive operation, so it simply blocks when running it for the first time. Using the scheduler, you can schedule it to run in the background (e.g. at midnight), which can help to achieve a reasonable performance.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959076#3959076
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959076
"adrian(a)jboss.org" wrote : I think it will be a good idea to make the MC annotation xml more free format.
|
I will have a stab at this today, but am leaving for holidays tonight. Can I change the AnnotationMetaData to only be compatible with the 2.0 schema? I think that is the path I will be taking, and if I get it working I'll mail you the diffs to make sure I don't screw anything up in case we still need to support the 1.0 schema.
In case I was not clear earlier, the aop->container part has been done and the proxies now support annotationType() + default values are populated if javassist is on the classpath.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3959043#3959043
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3959043