0

I am a novice in web development but I need to develop an application that will work in browser. But, the application should be like a destkop application. Application should implement simple functions like database table reflection, adding/deleting/updating table rows and calculating values based on formulas (I suppose here I should implement a java class that will make this calculations).

It seems to me I should use servlet+jsp but the application will not be static. Pages will always be refreshing. What java technologies I should use to implement my task? Maybe oracle ADF business componets in JDeveloper? Thanks!

0

1 Answer 1

1

You can use AJAX to dynamically update your JSP page

Java - How to use Ajax in JSP (shows a simple example using JSP + AJAX)

Also See
Ajax Programming with JSP and Servlets (shows a simple example using JSP + AJAX + Servlet)

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.