I've blogged about how to consume REST with Oracle Stream Explorer in previous posts Exploring data streams with Oracle Stream Explorer - part 1 and...
I've blogged about how to consume REST with Oracle Stream Explorer in previous posts Exploring data streams with Oracle Stream Explorer - part 1 and Exploring data streams with Oracle Stream Explorer - part 2. This time we are going to take a look how to configure stream explorer to send events to a REST service. We'll start by creating an exploration which summarizes tweets per minute per each of the keywords we have: Configuring a REST target Configuring a target is as...
I've blogged about how to consume REST with Oracle Stream Explorer in previous posts Exploring data streams with Oracle Stream Explorer - part 1 and Exploring data streams with Oracle Stream Explorer...
Oracle has been working really hard to keep adding new features to Oracle Mobile Application Framework. One of the New Features in Oracle MAF 2.1.1 release is...
Oracle has been working really hard to keep adding new features to Oracle Mobile Application Framework. One of the New Features in Oracle MAF 2.1.1 release is Managing Local Notifications. In this post I will introduce you to Local Notification with Oracle MAF. What are Notifications? Notifications are signals delivered to the end user outside of a mobile application and appear as messages in the form of an alert, or as a banner. Oracle Mobile Application Framework already...
Oracle has been working really hard to keep adding new features to Oracle Mobile Application Framework. One of the New Features in Oracle MAF 2.1.1 release is Managing Local Notifications. In...
Have you ever forgot the password of WebLogic domain? It is a recurring question I receive now and again: "I’ve forgot my password, how can I reset the...
Have you ever forgot the password of WebLogic domain? It is a recurring question I receive now and again: "I’ve forgot my password, how can I reset the AdminServer password in WebLogic domain? Is there a way I can change the password of WebLogic Domain?" For security policy, the administrators need to change regularly the WebLogic password. No problem! Let's discuss how can you reset the WebLogic password from the command line. Shut down the WebLogic domain, the managed...
Have you ever forgot the password of WebLogic domain? It is a recurring question I receive now and again: "I’ve forgot my password, how can I reset the AdminServer password in WebLogic domain? Is...
In this post I will be showing you how to create data controls for a mobile application in Jdeveloper to consume a REST service deployed as a RESTful Service...
In this post I will be showing you how to create data controls for a mobile application in Jdeveloper to consume a REST service deployed as a RESTful Service Module on Oracle Database Cloud. Oracle REST Data Services (formerly known as APEX Listener) is a JavaEE based implementation that offers increased functionality, enhanced security and file caching for REST resources. For the mobile application we will use the A-Team Mobile Persistence Accelerator which is a lightweight...
In this post I will be showing you how to create data controls for a mobile application in Jdeveloper to consume a REST service deployed as a RESTful Service Module on Oracle Database Cloud. Oracle...
Oracle's developer tools strategy is to offer the best possible developer tools choices to support diverse needs. When it comes to Java IDEs, while JDeveloper...
Oracle's developer tools strategy is to offer the best possible developer tools choices to support diverse needs. When it comes to Java IDEs, while JDeveloper isOracle’s owned developed Java IDE, Oracle covers Java 100% offers the industry's most complete array of Java IDEs. Eclipse IDE is considered an essential tool by many Java EE Developers and we realize that many are actively using it and would prefer to continue to use it. It takes a long time to produce...
Oracle's developer tools strategy is to offer the best possible developer tools choices to support diverse needs. When it comes to Java IDEs, while JDeveloper isOracle’s owned developed Java...
As with many other systems, security is animportant consideration in developing and administering an Oracle BusinessIntelligence System. When Oracle Business...
As with many other systems, security is animportant consideration in developing and administering an Oracle BusinessIntelligence System. When Oracle Business Intelligence is deployed onproduction environments with multiple users, you will usually want to preventend-users from seeing restricted data and control which functions can they haveor have not. Restricting the data that is available to users is calledauthorization. In Oracle Business Intelligence you can create user...
As with many other systems, security is animportant consideration in developing and administering an Oracle BusinessIntelligence System. When Oracle Business Intelligence is deployed...
The simplicity is the key ingredient for SOA 12c, This is why Oracle SOA Suite 12c was developed: to simplify IT by unifying the disparate requirements of...
The simplicity is the key ingredient for SOA 12c, This is why Oracle SOA Suite 12c was developed: to simplify IT by unifying the disparate requirements of mobile, cloud, and IoT integration into one unified and standards-based platform. Even the installation of SOA suite 12c is quite streamlined and made simple with single installer that includes JDeveloper, JDev SOA Extension, RCU, Standalone WebLogic and Service Bus (formerly Oracle Service Bus). Check here how you can...
The simplicity is the key ingredient for SOA 12c, This is why Oracle SOA Suite 12c was developed: to simplify IT by unifying the disparate requirements of mobile, cloud, and IoT integration into one...
Oracle Mobile Application Framework (Oracle MAF) is a hybrid mobile framework that enables developers to rapidly develop single-source applications and deploy...
Oracle Mobile Application Framework (Oracle MAF) is a hybrid mobile framework that enables developers to rapidly develop single-source applications and deploy to both Apple's iOS and Google's Android platforms with the new User Interface Design System - Alta UI - that delivers elegant user interfaces for mobile and web applications to address customers' increased UI expectations. Oracle MAF leverages Java, HTML5 and JavaScript to deliver a complete MVC framework with...
Oracle Mobile Application Framework (Oracle MAF) is a hybrid mobile framework that enables developers to rapidly develop single-source applications and deploy to both Apple's iOS and Google's...
Most common way to expose existing servicesfrom enterprise applications to mobile environment is using SOAP and REST (JSON,XML) services for consuming data....
Most common way to expose existing servicesfrom enterprise applications to mobile environment is using SOAP and REST (JSON,XML) services for consuming data. However before our solution usually goes toproduction we perform testing in development and test environments. In somecases these environments could use self-signed certificates for securedconnection. For instance, if we deploy our service to WebLogic Server it couldbe self-signed certificate which is automatically...
Most common way to expose existing servicesfrom enterprise applications to mobile environment is using SOAP and REST (JSON,XML) services for consuming data. However before our solution usually goes...