Posts by Tiarê • 136 points
2 posts
-
1
votes1
answer332
viewsA: Spring MVC + Joda Time + @Datetimeformat
First thing you need to check is the versions of Jodatime and Spring. In your entity statement you do not need to declare the @Type annotation, spring has already implemented the @Datetimeformat…
-
1
votes3
answers10218
viewsA: How to create a real-time notification system similar to Stack Overflow?
Have you ever thought of using some kind of Pusher notification system like for example the Pusher or the PubNub ? You use timeout you’ll be doing Long Polling and this type of update uses much more…