• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Persistence layer on Struts app

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I'm currently working on a website where I've been using Struts. To keep things clean, I layered the application, having my own jdbc database access classes to map the objects from the bussiness layer, but it has been a complete failure in terms of performance, so I'm thinking on using something like Hibernate, JDO, Castor, etc.

I need it to work in a short span of time, and maintaining the database queries and structure (which are a bit complicated and inherited from a fully functional app) unchanged.

Which is the persistante layer to go for?

Thanks in advance

(Sorry for my English, it's a bit rusty)
[ October 19, 2007: Message edited by: raul marzo ]
 
We're being followed by intergalactic spies! Quick! Take this tiny ad!
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic