Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Please answer for how to write a mini project program having the frontend in java and the backend in database?
Posted
Updated 24-Sep-18 15:47pm
v2
Comments
Malli_S 14-Aug-12 4:12am    
Database is always referred as backend. Which database server you wanna use?
And the question is very much abstract.
bbirajdar 14-Aug-12 4:41am    
You need to study software development in Java first...

This sort of question cannot be answered by a Quick Answers forum. Please go and do some research for yourself: Google[^] searches, CodeProject articles[^], books and other tutorials[^].
 
Share this answer
 
Simplifying the main key tasks:

1. You will have to look at Java EE, and an application server like tomcat, or glassfish.

2. Make your database using any DBMS- like mySql, or SqlServer.

3. Set the connection pool.

4. For your front-end code, you can use either jdbc(simpler to understand) or JPA(relaesed with JavaEE 6 , a newer technology).

5. Frameworks like spring,JSF may simplfy your presentation layer (I prefer JSF in the begining ,its simpler then spring, but spring is more populer).
 
Share this answer
 
This project should be encoded by java base our java++
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900