cincheo / jsweet-examples

A set of simple examples to show what can be done with the JSweet transpiler (Java to JavaScript)
Apache License 2.0
37 stars 18 forks source link

Lack of examples #19

Open ssozonoff opened 7 years ago

ssozonoff commented 7 years ago

Cool project but lack of example makes things really hard to pick up and produce a simple running proof of concept. I have been looking at the angular example but it lacks many of the basic stuff like separating out classes into individual files and some basic Rest Examples.

Thanks

lgrignon commented 7 years ago

Hello, there are a couple more examples on my github (links available on JSweet's website & documentation) http://www.jsweet.org/examples/

Sample client projects: https://github.com/lgrignon/jsweet-cordova-ionic-example https://github.com/lgrignon/jsweet-cordova-polymer-example Sample server project: https://github.com/lgrignon/jsweet-jaxrs-server-example

Multi profile project using node server & socket IO: https://github.com/lgrignon/jsweet-node-example

lgrignon commented 7 years ago

I hope you will succeed with those project, please close issue if it helps :)