Code Search for Developers
 
 
  

jboss-aop.xml from GridBlocks at Krugle


Show jboss-aop.xml syntax highlighted

<?xml version="1.0" encoding="UTF-8"?>
<aop>

   <!-- This is declaration file for JDK50 annotation.
        Idea is user will then need only to annotate like:
        @org.jboss.cache.aop.annotation.PojoCacheable
        in his POJO. There will be no need of jboss-aop.xml from user's side.

        For example, see either Address or Person.
   -->

   <!-- If a POJO has PojoCachable annotation, it will be asepctized. 
   <prepare expr="field(* @org.jboss.cache.aop.annotation.PojoCacheable->*)" />
-->
   <!--
   Supports inheritance and polymorphism. It can either be a concrete class
   or an interface. All sub-classes or interface implementors will be instrumeneted.
   <prepare expr="field(* $instanceof{@org.jboss.cache.aop.annotation.InstanceOfPojoCacheable}->*)" />
      -->
   
   <prepare expr="field(* fi.hip.gb.disk.info.FileInfoBean->*)" />
   <prepare expr="field(* fi.hip.gb.disk.info.StripeInfoBean->*)" />
   <prepare expr="field(* fi.hip.gb.disk.info.UserBean->*)" />
</aop>




See more files for this project here

GridBlocks

GridBlocks builds a grid application framework via easy-to-use building blocks in distributed environment. The framework offers components for Grid security, distributed storage, computing, and Portlet web interfaces.

Project homepage: http://sourceforge.net/projects/gridblocks
Programming language(s): Java,JSP,XML
License: other

  client/
    MANIFEST.MF
    gb-disk.conf
  fe/
    META-INF/
      gbinfo-service.xml
      gbinfo-tcp-service_xml
      gbinfo-udp-service_xml
    WEB-INF/
      classes/
        fec.properties
        gb-disk.conf
      jboss-web.xml
  jgroups/
    gb-disk.conf
    mc-channel.xml
    nio-channel.xml
    tcp-channel.xml
  personal/
    WEB-INF/
      classes/
        gb-disk.conf
    Domain.xml
  planetlab/
    MANIFEST.MF
    gb-disk.conf
  se/
    META-INF/
      MANIFEST.MF
      jboss-service.xml
    WEB-INF/
      classes/
        gb-disk.conf
        slide.properties
      jboss-web.xml
      web.xml
    Domain.xml
  jboss-aop.xml
  log4j.xml