I am very interested in helping out with wattdepot 3.
I could work on the following initially:
1. cloud deployment (preferably heroku)
2. Google visualization support
I think i could allocate 1 day per week on this project, at least at the begining.
--
You received this message because you are subscribed to the Google Groups "wattdepot-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wattdepot-use...@googlegroups.com.
To post to this group, send email to wattdep...@googlegroups.com.
Visit this group at http://groups.google.com/group/wattdepot-users.
For more options, visit https://groups.google.com/groups/opt_out.
(f) try-with-resources is a good idea, but the resources in the try block must implement java.lang.AutoCloseable and the Hibernate Session doesn't implement the interface. We might be able to subclass the Hibernate Session and implement the interface. I haven't looked into how hard with would be.