Questions tagged [resthub]

RESThub is a stack based on Spring and Backbone.js designed to build HTML5 applications easily and efficiently.

RESThub is a stack based on Spring and Backbone.js designed to build HTML5 applications easily and efficiently. It provides tooling, libraries and documentation in order to build modular web applications with client side state, stateless server and REST webservices or Websocket communication between both.

4 questions
3
votes
4 answers

@Cacheable via Spring aop - how generate unique cache key

I would like to enable caching on several services that extends the same AbstractService for findById(Long id) method. So in my applicationContext i wrote :
Denis Cucchietti
  • 201
  • 6
  • 16
1
vote
1 answer

RequireJS/Backbone : inheritance of dependencies?

Update : I've found a solution which is slighty the same as in the first answer. But in fact I'd like to know if there is a manner using RequireJS, to do that without using special var or parameters in views. Here is my solution : define(['resthub',…
0
votes
1 answer

resthub hibernate mysql id generated error

I'm trying to use Mysql database instead of H2 for a simple resthub project, but I get a runtime error. I get next error, when it tries create table: [INFO] [SchemaExport.java:226] Running hbm2ddl schema export [INFO] [SchemaExport.java:251]…
0
votes
1 answer

Use a custom database.properties file only in production in a resthub bootstrapped maven java project running in Intellij

I am using resthub to bootstrap my spring-backbone webapp. https://github.com/resthub/resthub.github.io/blob/master/docs/spring/layout.md#environment-specific-properties According to…
coding_idiot
  • 13,526
  • 10
  • 65
  • 116