开发者

WebLogic load jar without class file?

I'm currently working on a prebuilt application running on weblogic.

The application consist in NAME_APPLICATION.jar that must be deployed on weblogic.

My problem is that I can't analyze anything for the simple reason that the jar DOES NOT CONTAIN ANY .JAVA OR .CLASS FILE

The jar just contain the following files:

- APPLICATION_1.0.sources

- APPLICATION_1.0.space

- APPLICATION.ws

- GET_SOMETHING.ds

- GET_SOMETHING.service

I really don't understand it. Where is the application ? How weblogic knows the logic (forgive me the pun) of the app? How to edit the application and where is the source files?

It's the first time that I see such Jar file, it's pro开发者_开发问答bably because I'm a weblogic beginner

Thanks


These are resources that must be available on the classpath for the application to find them and access them. I am guessing that the documentation tells you to deploy it as a shared library.

If they are binary files (not text files that you could try reading with a text editor), then whatever application needs them obviously knows their format and how to read them.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜