Guys,

Everyday, during our programmer's lifes, we encounter with situations when
we definetly need to hack or check or even fix something on server side. In
this case it's nice to have some console which can help you to execute low
level commands.

Let me present project which is making that possible:
https://github.com/PhantomYdn/wicket-console


I do familliar with Console from Wicketstuff:
https://github.com/wicketstuff/core/wiki/Console

But from my perspective, this library has quite significant advantages:

1) It's really small: almost 25 kB
2) No dependencies on huge scripting libraries: just internal JVM
JavaScript Engine
3) Ajax enabled
4) Contextual: if you executed "x=10", next time when you will execute "x"
it will return 10
5) Embedded into Wicket DebugBar: just add library into your project and
enable wicket DebugBar

Will be happy if this lib can save some your time! Appriciate any feedbacks.

Thank you for attention!

Ilia

Reply via email to