reset password
Author Message
sachinnanne
Posts: 2
Posted 14:58 Jun 23, 2015 |

Homework 1 specify "Your implementation must use Servlet, JSP, and the MVC architecture.", I was thinking of using jquery for adding applicant's new degrees to better UI. 

Kindly suggest me so that i will proceed with same.

Thanking in advance,

cysun
Posts: 2935
Posted 15:01 Jun 23, 2015 |

That's perfectly fine. Servlet, JSP, and MVC refer to the technologies on the server side. On the client side feel free to use any JavaScript libraries you want. Note that the data does need to be stored on the server though (in this assignment it's the application scope, and in later assignments we'll use a database).

sachinnanne
Posts: 2
Posted 15:03 Jun 23, 2015 |

Thanks for prompt response Dr. Sun.