Mobile Web Apps Java Doc |
| Print |
|
E-mail
|
Written by Anil Passi
|
Friday, 28 March 2008 |
There is not enough documentation given by Oracle on Mobile Web Apps. Please find first in the series of Java Docs for MWA on apps2fusion.com |
Read more...
|
|
LOV in Mobile Web Applications - Part 1 |
| Print |
|
E-mail
|
Written by Senthilkumar Shanmugam
|
Friday, 15 February 2008 |
Handling LOVs in Mobile Applications In this article, we will see how to handle LOV bean in MWA. In this example, we will create an LOV which displays the list of users from fnd_user ptable starting with ‘S’. You can use these code snippets and make changes to the Hello world Sample Program which was published earlier and test it out. The following are the steps to be performed. |
Read more...
|
|
MWA Setup, Testing, Error Logging and Debugging |
| Print |
|
E-mail
|
Written by Senthilkumar Shanmugam
|
Saturday, 09 February 2008 |
MWA Setup This article will explain to you a. Where the Mobile Web Apps config files are located b. MWA Startup and Shutdown Scripts and how those are used c. Directory Structure for MWA in both 11i and R12 d. How to develop and test your pages e. Where the log files are created, and tips to debug MWA Applications |
Read more...
|
|
Hello World Mobile Supply Chain Application Framework |
| Print |
|
E-mail
|
Written by Senthilkumar Shanmugam
|
Wednesday, 30 January 2008 |
Hello World Program in Mobile Applications In this article, we will create a Hello World page which gets the name from the user and prints the same with the string “Hello World” We have to create 3 Java Class for the same. They are 1. CustomTestFunction.java: This Class is for Application level initialization and this class is registered as the Function in AOL. This extends the base class MenuItemBean 2. CustomTestPage.java: This Class is for Page initialization. It just creates the layout and adds the beans to the page. It extends PageBean Class 3. CustomTestFListener.java: This Class is the event listener class. It listens to the events on each bean on the page and calls appropriate method to handle the event. |
Read more...
|
|
Mobile Supply Chain Application Framework -Introduction |
| Print |
|
E-mail
|
Written by Senthilkumar Shanmugam
|
Tuesday, 29 January 2008 |
MSCA/MWA Framework in Oracle Apps EBS Mobile Web Application development in Oracle eBusiness Suite is very niche skill. You can count the number of consultants with this expertise on your fingertips. One of those experts is a freelance consultant Senthil Shamungham. Senthil has done extensive development on this technology, both on 11i and 12i environments. Currently Senthil is working on a R12 project in Germany. Please find first article in this series, whereby Senthil explains the basic fundamentals of Mobile Web Applications in Oracle eBusiness Suite. |
Read more...
|
|
|