- CastellCore/
-
branches/
- 2008-02-15/CastellCore/
- 2008-02-16_performance_injection/
-
modularize/
- CastellCore/
- CastellCoreApi/
- CastellCoreBase/
- CastellCoreBootup/
- CastellCoreInterconnect/
- CastellCoreMaven/
- CastellCoreObjectQuery/
- CastellCoreParent/
- CastellCoreSecurity/
- CastellCoreStateMachine/
- CastellCoreTesting/
- CastellCoreUtils/
- CastellCoreValidator/
- CastellCoreWindowing/
- CastellCoreWire/
- GeneralTestings/
- ModulizedCastellCore.ipr
- ModulizedCastellCore.iws
- unit_testing/CastellCore/
- examples/ExampleServer/
- releases/
- tags/
- trunk/
Stats
Commits this week: 0
| Total Committers: | 1 |
|---|---|
| Last Commit: | 06 Oct 09 |
| Commits this week: | 0 |
| Total Lines of Code (LoC): | 0 |
| Net change in LoC this week: | 0 |
Line History
Commit Activity
52 week commits volume
Commits by day
Commits by hour
Commit calendar
Most active committers (90 days)
Subversion Details
1 property- svn:ignore = target
CastellCoreApi
Noctarius
Implemented basic visitors for bytecode enhancing while classloading process
added 6
java files and deleted 2 java files
- … 5 more files in changeset.
Noctarius
Added interfaces to be aware of instanciation events and be aware of some special instances like the classloader or the application context used to instantiate the bean.
added 5
java files and modified 2 files
- … 1 more file in changeset.
Noctarius
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
added alias $ for getBean to CoreBasicComponent, means <b>IManagedComponent foo = $(IFoo.class);</b> can be used to create a new instance
changed 16 files
- … 15 more files in changeset.
Noctarius
added @Inheritance in addition to the original @Inherted annotation to mark annotations that should be inherted at runtime (especially on interfaces where they are ignored for standard java purposes - no idea why)
changed 12 files
- … 7 more files in changeset.
Noctarius
changes in project files for IntelliJ IDEA
added to
CastellCoreMaven.iml and modified 6 files
- … 6 more files in changeset.
Noctarius
Added the @Converter annotation with basic implementations for all standard Java datatypes
changed 15 files
Noctarius
added an unreplaceable "FinalTopic"
added synchronization
added getContentType tu ITopic interface
added synchronization
added getContentType tu ITopic interface
added
FinalTopic.java and modified 3 java files
- … 3 more files in changeset.
Noctarius
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
added a ITopic implementation
added a outtiming ITopic implementation to define selfdestroying topics
added ITopicManager support to ICoreRuntime and corresponding to this InternalCoreRuntime
changed 12 files
- … 11 more files in changeset.
Noctarius
moved IEventListener to package org.castellcore.api.support.event
added ITopicManager, ITopic and ITopicSubscriber interfaces for handling persistent "events" - some kind of runtime persistent threads at a forum
added ITopicManager, ITopic and ITopicSubscriber interfaces for handling persistent "events" - some kind of runtime persistent threads at a forum
changed 11 files
- … 6 more files in changeset.
Noctarius
added inteface IIdentifierManager for handling @Identifier annotations
added IdentifierNotFoundException as CoreRuntimeException extending for findClassByIdentifier method of the new interface
added IdentifierNotFoundException as CoreRuntimeException extending for findClassByIdentifier method of the new interface
added 2
java files and added to ICoreRuntime.java
Noctarius
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
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
added 3
java files and modified 4 java files
Noctarius
fixed declaration of @Event in JavaDoc
modified
Event.java
Noctarius
changed some standard values about the project files
changed 14 files
- … 13 more files in changeset.
Noctarius
added some more javadoc comments
added basic annotations for new @ConfigurationPath and @ConfigurationProperty
added basic annotations for new @ConfigurationPath and @ConfigurationProperty
changed 154 files
- … 149 more files in changeset.
Noctarius
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
added ImplementationManager to support exchanging the basic implementations of manager classes by wiring them on bootstrap.xml
changed 33 files
- … 28 more files in changeset.
Noctarius
changed the internal schema to a single access point from ApplicationManager to access all internal manager classes
changed 126 files
- … 121 more files in changeset.
Noctarius
changes for making the project compile again
changed 56 files
- … 55 more files in changeset.
Noctarius
added CastellCoreWindowing to parent pom.xml modules
added annotatedWith value to @AutoWired & @SessionWired
added implementation of AssertHelper
added some basic ClassVisitor
added annotatedWith value to @AutoWired & @SessionWired
added implementation of AssertHelper
added some basic ClassVisitor
changed 14 files
- … 10 more files in changeset.
Noctarius
made modifications for maven2 modules system
added missing IntelliJ IDEA project file
added missing IntelliJ IDEA project file
changed 14 files
- … 12 more files in changeset.
Noctarius
refactored base module to it's new packagepath - part 3
deleted from
IEventManager.java
Noctarius
initial import of the new CastellCoreApi project
changed 160 files
- … 155 more files in changeset.
Noctarius
Directory 'CastellCoreApi' created by IntelliJ IDEA
added
CastellCoreApi
