My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 1: How to distribute char output sequence to different destinations?
1 person starred this issue and may be notified of changes. Back to list
 
Project Member Reported by sam...@gmail.com, Nov 29, 2006
public class JavaccModel {
   public TokensManager getTokensManager();
   ...
}

In Spring configuration file,
<bean id="tokensManager" class="..."/>
...
<bean id="javaccModel" class="...">
   <ref bean="tokensManager"/>
   ...
</bean>
...
<bean id="tokenDefinitionProduction" class="...">
   <ref bean="tokensManager"/>
</bean>

Powered by Google Project Hosting