I know to implement progress bars in Java, is it possible in JSP?

Recommended Answers

All 2 Replies

Yes and no.
You can certainly create something like a progress bar that gets shown on a website which uses JSP as the display technology.
But you're not going do it "in JSP". It'll be an AJAX style component.

Applet communicating to JSP page?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.