• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

Best ways to keeping up with new technology

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

I'm searching for the best way to keep up with new technologies. I would appreciate some suggestions of web sites, magazines, etc. on where to keep up with new web application technologies & best pratices.

For example, after assisting with development on a fairly complex application with pure JDBC, someone later suggested that we should have used something like Ibatis or Hibernate. That it would have taken half the time and probably much more efficient & reliable. How could I have found that out without asking someone because our team thought we were doing the right thing at the time?

All suggestions are very much appreciated in advance.

Elle
 
Bartender
Posts: 2661
19
Netbeans IDE C++ Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

someone later suggested that we should have used something like Ibatis or Hibernate. That it would have taken half the time and probably much more efficient & reliable.

No it wouldn't. They have a lot to offer, but they don't just halve the development time, and they don't just make a well built JDBC based application more efficient or reliable.

For keeping up to date, I subscribe to the Sun Java Technology newsletter (standard and enterprise);
to Java Lobby to pick up latest buzz;
contribute to some open source projects;
and read the occasional book.
(and, if possible, try to use the valuable things in my job)

Regards, Jan
[ September 23, 2007: Message edited by: Jan Cumps ]
 
Good heavens! What have you done! Here, try to fix it with 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