0

I have to add some functionalities to a Spring Web App (not written by me), to do so I would like to modify beans/alter table models, but I don't know where to start, maybe this is not the right way to proceed on a spring-hibernate project.

What is the best practice?

Checking pom.xml previous developer used:

roo 1.2.3
mysql 5.1.18
hibernate 4.18
spring 3.2.0

This is my first time using hibernate/spring/roo and I'm really struggling, any help would be very appreciated. Thanks

dontpanic
  • 11
  • 3
  • What did you try? This question is not specific enough to answer. – joshp Jan 12 '17 at 17:12
  • In a nutshell, I have to add and bu able to use a new attribute of an object. I added the new attribute, the getter, the setter in the entity and added a column in the table but I can't build. – dontpanic Jan 13 '17 at 11:48
  • I forgot this question... so i solved this: I brutally altered tables, modified beans and updated methods, worked like a charm :) – dontpanic Mar 09 '18 at 16:49

1 Answers1

0

I forgot this question... so i solved this: I brutally altered tables, modified beans and updated methods, worked like a charm :)

dontpanic
  • 11
  • 3