1. Adding attributes to a POJO forum.springsource.orgHI I have a POJO class called Person. It has attributes: name and height. I'd like to add a few more such as nationality and age. But I'd like to do ... |
2. Non persistent pojo forum.springsource.orgNon persistent pojo Hi everyone. I've one question for you. In my application I have an Instrument entity which have @OneToMany relation with CalibrationProgram, where I store the periodicity of each ... |
3. Best way to populate pojo lists forum.springsource.orgBest way to populate pojo lists Hello!! I am doing a Wizard Controller to populate a sw Use Case pojo. This use case has some lists like Actors (name + description), ... |
4. POJO on Client forum.springsource.orgPOJO on Client I encurred in this problem...i use Hibernate as ORM and Spring for Glue between this and other business layer and for aop feature.. The problem is on the ... |
5. A real POJO based web framework... forum.springsource.orgSep 14th, 2005, 07:57 AM #1 psccristian View Profile View Forum Posts Private Message Junior Member Join Date Sep 2005 Posts 9 A real POJO based web framework... Hi everyone! I'm ... |
6. Replacing getCallerPrincipal with POJO call forum.springsource.orgHi, I am thinking of ditching my session beans in replace of business POJOs and springs session management but the only obstacle is replacing the EJBContext.getCallerPrincipal in my session beans with ... |
7. single Pojo and Multiple Tables forum.springsource.orgsingle Pojo and Multiple Tables Hi, |
8. creating POJO forum.springsource.orgcreating POJO Hi I am new to Spring framework and a newbie in Java too. I am having an issue that I want to solve. In my object, which I want ... |
9. POJOs and JndiRmi* forum.springsource.orgOkay Actually the answer is No. You do not have to run rmic against your service classes in order to expose them via JndiRmiServiceExporter. There is, however, a qualification to that ... |
10. POJOs forum.springsource.orgI am using struts-spring-hibernate combination in my j2ee application... I want to know whether using hibernate POJO classes for data transfer from action to service layer is a good practice? |
11. expose pojo forum.springsource.orgexpose pojo Hi We have quite big project built on Spring, Hibernate and FLEX. Our service layer is behind remote EJB 2.1 facades which just delegate to spring pojo services (1:1). ... |
12. single pojo two diffrent tables forum.springsource.orgWell in JDO an option is to have one PMF for one configuration (day), and one PMF for another (batch) and the app persists via the PMF that applies at that ... |
13. Simple POJO's in Spring? forum.springsource.orgSimple POJO's in Spring? I have a question that just bothers me and i would like to get some qualified answers to it... I'm working on a JSR168 environment and all ... |
14. Can methods of POJO be advised? forum.springsource.orgCan methods of POJO be advised? Hi, I am a beginner to Spring AOP. I have a question, that is, can methods of POJO be advised? For example, in JPetStore, the ... |
15. get global attributes in POJO forum.springsource.org |
16. Starting from existing POJO ? forum.springsource.orgI have an existing data model generated from some WSDL. Is possible to generate the persistence layer (JPA) using Roo starting from some existing data classes. Example I already have User,Order,OrderDetails ... |
17. Binary fields in POJO, Lob? forum.springsource.orgHi, I have numerous image files (e.g. *.png, *.img, etc) within a POJO Class and I need to store and retrieve their file contents, not just the file name. I thought ... |
18. How to embed class within List in POJO? forum.springsource.orgHow to embed class within List in POJO? I really need an example on this as I have no idea how this is done and finally gave up after fiddling with ... |