• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Oracle AS wireless can identify the browser type by itself??

 
Ranch Hand
Posts: 42
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have two applications deployed in the Oracle 10g portal. One application is suitable for web browser (HTTP protocol) and another one is for PDA browser (WAP protocol). The request coming from both the browsers are directed through Oracle AS wireless 10g.
If a request comes from web browser, then the request should be automatically directed to the appropriate application and the same thing should happen for the request coming from the PDA browser also. So is it possible for the Oracle AS wireless to automatically redirect the request to the appropriate application?

For example, when we type http://www.hotmail.com in a web browser and when the same request is given in a PDA browser, the page which comes up is totally different in both the cases, but the same URL can be used. When you type the same URL in PDA browser, the request is automatically redirected to http://mobile.hotmail.com . Like this I want only one URL to be used to access both the deployed applications. The application server should direct the request according to the client browser type.

So how can I achieve this by using Oracle AS wireless and Portal combination?


Please help me.
Thanks well in advance.

Shrikant K S
 
Arch enemy? I mean, I don't like you, but I don't think you qualify as "arch enemy". Here, try this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic