Portlet « oracle « Java Database Q&A

Home
Java Database Q&A
1.Blob
2.cassandra
3.column
4.Connection
5.Cursor
6.dao
7.Data Type
8.Database
9.Database Product
10.DataSource
11.Date
12.db2
13.derby
14.Development
15.Driver
16.Exception
17.file
18.hadoop
19.hbase
20.hsqldb
21.ibatis
22.JDBC
23.memcached
24.mongodb
25.MS Access
26.mysql
27.ODBC
28.Operation
29.oracle
30.postgresql
31.Record
32.result
33.Resultset
34.Schema
35.SQL
36.sqlite
37.SQLserver
38.Statement
39.stored procedure
40.sybase
41.Table
42.Transaction
43.Trigger
Java Database Q&A » oracle » Portlet 

1. Need help with Oracle Portal Books    coderanch.com

2. ATG oracle thin problem    coderanch.com

3. file upload using oracle pdk    coderanch.com

Hi i need to upload a file using pdk html tag. The issue is if i give the teh enctyp="multipart/form-data" and hit the submit button the request is not reaching the Order action class. it goes to the MainMenuAction class which is the entry point for the portlet in the provider.xml file. when i remove the enctype and submit the form ...

4. oracle discoverer reports as links    coderanch.com

5. Oracle 10g portal.    coderanch.com

Hello everybody, I am new to portal development, please help me in solving this problem. I would really appreciate if anyone could guide me through. I have a portlet on which there is a text box and a button named "Select Employee", when I click the button it will popup a JSP file. The code in the JSP file is to ...

6. No suitable driver for mysql in oracle portal server 10g    coderanch.com

Hi all i want run my portlet with mysql4.1 database from "oracle application server portal 10g". i did all configuration in data source and also i kept mysql connector jar file into all oraclehome/jdbc/jlib folder. when i run the portlet, then i am getting "No suitable driver" in my portal page. i want check server console or server log for oracle ...

8. Portlet Communication Between IBM Websphere and Oracle Weblogic    coderanch.com

Hi, We are trying to implement the interportlet communication between, IBM Websphere(from where the request comes), to Weblogic (the request is processed and displays a portal page) on websphere. i couldnt find any samples or maybe i am searching wrong. I am unable to retrieve the request parameters that comes from Websphere. It always returns null. Is there any way that ...

9. Share Variables using Oracle Portal 10.1.3.3    coderanch.com

Hi, all im kind of new working with portals and portlets, and at my work we are using oracle portal, my question is, there's any way of share variables between pages within the same portlet, beacuse right now we do this by passing it as hidden fields to the other page i mean PageA

<%= ...

10. Timeout waiting for Oracle WebLogic Server v10.3 at localhost to start    coderanch.com

I am trying to run .portal file using "Run on server" option in Workshop for weblogic. After doing this, its trying to start the server Oracle weblogic server v10.3 at localhost and then publish my module. Server view status shows as "State" as "Starting" and "Status" as "Synchronizing". When status reaches 82% it gets stopped there for a long time, and ...

11. OracleAS - NULL ProviderSession after 15 minutes (Using Oracle PDK Portlet)    forums.oracle.com

We have recently deployed an oracle pdk portlet java application (developed in JDeveloper 10.1.2.1) to an OC4J on a server running OracleAS 10g (9.0.4). We are currently facing issues where our ProviderSession becomes null after 15 minutes. In our jsp's we implement the following: PortletRenderRequest pReq = (PortletRenderRequest) request.getAttribute(HttpCommonConstants.PORTLET_RENDER_REQUEST); ProviderUser pUser = pReq.getUser(); ProviderSession pSession = pUser.getSession(false); In our provider.xml file ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.