Why use asp.net with Java? You should take a look at the Struts or Spring frameworks with Ibatis or Hibernate if you want to go the Java route. Both Struts and Spring are nice MVC architectures that will help you make your website scale easily if you ever decide to expand it later down the road, and by using Ibatis or Hibernate, dropping in an entirely new database (something other than MySQL) would also be very easy. However, such frameworks can sometimes be more than is necessary for a small website, at which point I would suggest using PHP. However, if you are interested in going a purely Java route, which is actually my preferred way of doing it, go check Struts and Spring out – they are great starting points for creating robust websites.
__________________
Solve two problems at once. Feed the homeless to the hungry.
|