pages
the views are in webappfolder
in src folder i have a package for beans and a package for controllers which are servlets
i want to add some pure java classes to fetch and insert data to databse were should i put them ?
Make a new layer for that following the DAO pattern and you use in the controller that layer
Обсуждают сегодня