version 0.9.0 released on 2010/11/09
Download
Documentation
Contribute to the project
The Parsley console is a tool that will allow users of Parsley to spy many things that occur inside the framework, both at compile-time and at run-time.
It works in the same way as other consoles, except for parsley specific information and views
Features
- Display live running Parsley information
- Monitor and record messages
- Monitor and record commands
- Inspect contexts
- List injected
- List all receivers, etc.
- List all decorators
- Event dynamic flow view
- Support Parsley extensions
- Immediate integration
Application cases
- Discover new applications
- Maintain complex applications
- Knowledge transfer on application
- Framework understanding
- Code monitoring
With the console for Parsley, you will be able to:
- Browse all objects of your contexts, and their contents
- Find any message receiver, and discovers what receivers have been created
- Pin-point starting point of commands or messages, with the structured stacktrace display
- Discover message flows, from the senders to the receiver