Java Web Applets Crap

Asked

Viewed 88 times

1

I need to access one of the company pages programmatically to download a large amount of reports automatically..

The company is large and each area can have their own systems and so are not homogeneous. One of these systems is based on Java Applets and I can’t make webscrap like I do on other pages.

Because it is the company intranet I can not put link and code here. I’ve searched a lot but I still can’t find a solution for Java applet Scrap.

Would anyone know how to access this type of content programmatically?

1 answer

1

It is not possible to make Java Crap web applets. An applet is a Java program run within the browser. It does not generate HTML. Applets use a graphical interface, in many cases Swing.

You can try using a decompiler such as Java Decompiler in the applet. Thus, you can extract the necessary information.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.