0

DukeScript looks like a life saver for we Java guys! I am considering it for a serious project. Was curious to know whether it's production ready and well documented. Also, liked to know what would be the best way to support routing in a web application.

I asked this question at the official google forum, but didn't get a reply. So, thought to re-ask here.

Sanjay
  • 8,755
  • 7
  • 46
  • 62
  • The DS community is still very small, you will get a reply. Perhaps you should reformulate this question as one question. Production ready is very generic. Routing in web application, I believe it does, it's a client-client architecture, were would web requests directed to? – ZiglioUK Aug 10 '15 at 03:34

1 Answers1

2

Here's a blog post with a little example. It shows a simple integration of location hash based routing with knockout templates. The full example code is available on github.

You might also use one of the javascript libraries like sammy or pagerjs, which would require integration with these frameworks, but I wanted to keep it simple.

Ruslan López
  • 4,433
  • 2
  • 26
  • 37
monacotoni
  • 606
  • 5
  • 18