Friday, February 10, 2017

How to assign permissions to open url on Android application?

The solution to view external url on webview object is to put or give Internet permission:
...
<uses-permission android:name="android.permission.INTERNET" />
...
This line should be at AndroidManifest.xml.

Best regards,


How to create JMS objects from java code?

There is a utility inside wlfullclient called JMSModuleHelper, the proper way to call this util is described inside the documentation:

http://docs.huihoo.com/oracle/middleware/weblogic/12c/web.1211/e24387/modulehelper.htm

Important links:

How to create wlfullclient.jar over weblogic installation?

First position within the folder of weblogic home:
 
cd WL_HOME/server/lib

Next to create de jar with the following execution parameter:

java -jar wljarbuilder.jar
 
Now you will have wlfullclient.jar created in the folder.

Important links:
http://docs.oracle.com/cd/E24329_01/web.1211/e24378/jarbuilder.htm#SACLT421