Is it OK to include Java Swing with JSP? -


I swing code try to use the JSP page is. I wonder if it works fine and is fine.

But I can not judge if the JSP swing Use fine

In fact, I want to show database Some pop-up reports from I was thinking to display a JFrame pop up / applet for the trick.

But does a web browser need the extra plugin for it?

Or is it ok to do something like this? Any guidance will be helpful.

Always remember that you have placed in your JSP every piece Java server-side, so it can be deceitful (This can work in your development local machine, but this is only because server and client side are running on the same box).

The proper way would be to write an applet and it will be included in your page - it will download such side browser client and it will go there. You Jeplet () must sub-class, and then you can use Swing components

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -