#1746 Tales 0.6

kaushik Mon 9 Jan 2012

The next version of tales is here with :

  • Simple installation using fanr:
    fanr install -r http://repo.talesframework.org:9000 tales
  • IDE support:

    Still supporting full auto reloading, you can setup and debug tales projects in Eclipse F4 IDE or Netbeans(FantomIDE)

  • Simplified Api:

    This is the biggest change. The apis have been almost completely rethought for simplicity. The directory structure is much simpler. Everything is more type safe. Dependency injection is no more mandatory. Better fanquery and fanbatis apis. The core is evented and uses one actor per request(but not necessarily one message per request). Websockets and chunked writing are soon to come.

If you have tried tales before, you should try it again, many things have changed. For the better. I hope :). Get Started

DanielFath Thu 12 Jan 2012

Wow that's great news kaushik. One of these days I'll actually make a webpage with it :P

Also mega plus for making the first public fantom repository.

Login or Signup to reply.