Unable to initialise repository http://castellcore.org/svn/castellcore/ due to com.cenqua.fisheye.config.ConfigException:Could not access http://castellcore.org/svn/castellcore/ : org.tigris.subversion.javahl.ClientException: svn: Could not open the requested SVN filesystem svn: PROPFIND of '/svn/castellcore': 500 Internal Server Error (http://castellcore.org)

CastellCoreApi

  • Filter
Noctarius

committed 198 to CastellCore

06 Jul 09
added CastellCoreBootup to project tree
added alias $ for getBean to CoreBasicComponent, means <b>IManagedComponent foo = $(IFoo.class);</b> can be used to create a new instance
Noctarius

committed 194 to CastellCore

22 Mar 09
changes in project files for IntelliJ IDEA
added to CastellCoreMaven.iml and modified 6 files
Noctarius

committed 186 to CastellCore

19 Mar 09
Added the @Converter annotation with basic implementations for all standard Java datatypes
Noctarius

committed 182 to CastellCore

17 Mar 09
added an unreplaceable "FinalTopic"
added synchronization
added getContentType tu ITopic interface
added FinalTopic.java and modified 3 java files
Noctarius

committed 181 to CastellCore

17 Mar 09
added basic implementation of ITopicManager interface
added a ITopic implementation
added a outtiming ITopic implementation to define selfdestroying topics
added ITopicManager support to ICoreRuntime and corresponding to this InternalCoreRuntime
Noctarius

committed 179 to CastellCore

17 Mar 09
Noctarius

committed 176 to CastellCore

16 Mar 09
added inteface IIdentifierManager for handling @Identifier annotations
added IdentifierNotFoundException as CoreRuntimeException extending for findClassByIdentifier method of the new interface
Noctarius

committed 172 to CastellCore

15 Mar 09
Some basic additions to the IVisitor interface which handles visits to classes / instances for instrumentation or reflection work
the @Event annotation has been extended with a new value called exact (defaults to true) which can be set to false to not only make exact matches to a event class but even to subclasses. More precisely:
@Event({ SuperEvent.class}, exact=false)

will catch "SuperEvent".class and "SubEvent extends SuperEvent".class
Noctarius

committed 167 to CastellCore

14 Mar 09
fixed declaration of @Event in JavaDoc
Noctarius

committed 164 to CastellCore

14 Mar 09
changed some standard values about the project files
changed 14 files
Noctarius

committed 159 to CastellCore

23 Feb 09
added ClassHelper with replacements for getMethod and getConstructor of the Class objects since the original implementations does not search for assignable interfaces
added ImplementationManager to support exchanging the basic implementations of manager classes by wiring them on bootstrap.xml
Noctarius

committed 155 to CastellCore

20 Feb 09
changes for making the project compile again
changed 56 files
Noctarius

committed 154 to CastellCore

20 Feb 09
IntelliJ IDEA project files
changed 12 files
Noctarius

committed 148 to CastellCore

20 Feb 09
Noctarius

committed 145 to CastellCore

20 Feb 09
made modifications for maven2 modules system
added missing IntelliJ IDEA project file
changed 14 files
Noctarius

committed 140 to CastellCore

20 Feb 09
refactored base module to it's new packagepath - part 3
Noctarius

committed 122 to CastellCore

20 Feb 09
Directory 'CastellCoreApi' created by IntelliJ IDEA
added CastellCoreApi