portal « weblogic « Java Enterprise Q&A





1. What are the best resources for learning the Java Portlet Specification (JSR-168)?    stackoverflow.com

I've been looking online for the last day or so but haven't managed to see anything that clearly explains the spec. The application I'm trying to learn is based on BEA ...

2. First Loadtest fails after restart of weblogic server    stackoverflow.com

We have encountered a peculiar problem. If we deploy our application and then restart the weblogic portal server; and we do a load test, the load test fails with very high ...

3. Returning binary content from a JPF action with Weblogic Portal 10.2    stackoverflow.com

One of the actions of my JPF controller builds up a PDF file and I would like to return this file to the user so that he can download it. Is it ...

4. Eclipse - BEA Workshop issues Help!    stackoverflow.com

My eclipse workshop keep terminating on me while in the middle of test run or just navigation. Below is the error property i keep getting. Can anyone help stop this nightmare. ...

5. Programming tutorials for web logic portal    stackoverflow.com

Hi is there any beginner tutorials i can learn for web logic portal? I just installed the application and just trying to play around with it

6. Where got I get weblogic portal framework codes?    stackoverflow.com

There seems to be some weblogic framework codes, how do I download it for use with my weblogic portal project?

framework/features
framework/markup
framework/scripts
framework/skeletons
framework/skins

8. What is the future of weblogic portal developer?    stackoverflow.com

Now that Oracle have come up with a webcenter which is also a portal like product. I understand that the weblogic portal support will be until 2017. As a developer using this product, ...

9. getting started with weblogic portal 11g    stackoverflow.com

I'm a Vietnamese Developer, and have just getting started with weblogic portal 11g. So, i hope you give me some guide: I install weblogic portal on my machine, and create a domain. ...





10. Oracle weblogic portal    stackoverflow.com

My question may be basic, What is 'Oracle Weblogic Portal'? Is that a product from Oracle or does it mean a web portal (using J2EE) developed as Weblogic as application server?

11. How to install weblogic Portal 10.3    stackoverflow.com

I am migrating my application to new machine, from RH4 to RH5 and on new machine I have WebLogic server 10.3.2 installed. Previously I was using WL Portal 10.2. On new ...

12. Error building Oracle ADF Web Portal Application    stackoverflow.com

Firstly I am not sure if I am posting this in the right place or not but hopefully someone here can help me out with an error I am getting when ...

14. Creating Weblogic Portal 8.1 Hyperlinks in CMS    coderanch.com

BEA Weblogic Portal 8.1 TeamSite 6.5 as the CMS For all those that are using a CMS (TeamSite in our case) to manage Weblogic Portal content: How do I allow business users to insert hyperlinks into content? Since portal hyperlinks are dynamic and are typically generated by the portal, any hyperlink inserted at the CMS level will require some kind of ...

15. saving user preferences Weblogic Portal    coderanch.com

hi, Say i have a page which has many portlets. If the user minimises few of the portlets and goes to some other page, then return to this same page, his preferences are retained. Now if the user logs off and logs in again, all the preferences are lost. Is there a way I can save user preferences (which portlets are ...

16. construct a resource id for weblogic portal    coderanch.com

I need help using the tag in weblogic portal the tag takes a resourceId of the resource being protected with the tag. The documentation does not clearly explain how to get this resource ID. Anyone ever do this? here is the documentation: Using this tag involves the following process: 1. Identify the taxonomy of the resource to be entitled. For ...





17. prerequisite for weblogic portal development    coderanch.com

So, you want to know portal, and you want to work with WebLogic. As far as development goes, there are 27 classes and interfaces in the Portlet API, including objects such as PortletRequest, PortletResponse, Portlet, PortletExcetpion, PortletConfig, PortletContext, PortletSession, etc. You say you know servlets? If you know Servlet and JSP development, learning these classes is about as hard as learning ...

18. information needed for learning weblogic portal    coderanch.com

Hi, Im new to Weblogic Portal.I just want to learn it.Can anybody help me by letting me know any books/sites which could help me learn Weblogic Portal quickly as i require to know it quickly. i tried it in Weblogic room but couldnot get a reply which may allow me to learn quickly .with the hope that somebody will help ,Im ...

19. Weblogic Portal | Updating title of window    coderanch.com

Problem Description: I have created a portal which contains various pages containing different portlets. Each portlet corresponds to a different JSP page. The desktop has got the title: New Portal Desktop. While I run through the application, the title of the explorer window remains that of the desktop i.e. New Portal Desktop. Every page has the same title in the explorer ...

20. Weblogic Portal Application Issue | Previous Page getting rendered    coderanch.com

Problem: A (Login) --> B (Reset Password) --> A (Login) Submitting details on Page A takes to Page B. Clicking a link on Page B takes back to Page A. Making a selection in the header of Page A refreshes the page to change the locale of the page. What must happen? Page A should be refreshed. Since the refresh action ...

21. Workshop for Weblogic Portal    coderanch.com

Hi...Portal is a kind of web application and portlet is one of the component of the web application. Portlets reside on the portal. This is the general definition of portel and it applier in the case of weblogic. To install weblogic portal devlopment enviornment you need to download the portal100_win32.exe from bea's website. Workshop for portal devlopment comes inbuilt in that. ...

23. Weblogic Portal    coderanch.com

26. maintaining the current state in weblogic portal    coderanch.com

hello guys.... I do want ur help as quick as possible...so be there and hope u respond quickly with the appropriate code... thnx in advance.... I want to maintain the current state in tree-node structure using net-ui library in weblogic portal 8.1 here is the scenario.... /* Code is here pls go through it */ public Forward treeState_Revision() { String nodeSel ...

27. Portal Perspective in Weblogic Workshop    coderanch.com

29. Need maximum information about Content Management in Weblogic Portal 10.3    coderanch.com

Hi, I have worked with Weblogic Portal before, but it's been some time, I do not remember much and I quickly need to find some info. We are making a proposal to a customer and have suggested Weblogic Portal. I would like to give as much information about the technicalities of the CMS in Weblogic Portal as possible. Could you please ...

30. UCM integration with WebLogic Portal's VCR    coderanch.com

Thanks Vinod for replying. I have few specific questions. 1. Did you use UCM adapter to integrate UCM with VCR? 2. UCM stores content in XML format. How did you render them in browser? Did you write XSLT yourself or UCM adapter provides something for it? 3. When you integrate UCM to VCR, does all content file get copied to VCR? ...

31. Weblogic Portal 10.3 CMS    coderanch.com

Hi Everybody, I'm novice in weblogic portal 10.3.And I'm getting problem to update CMS node property using API.I need your help regarding this matter. And this my code: --------------------------------------------------------------------------------------- IVersionManager mgr = ContentManagerFactory.getVersionManager(); ContentContext cc = new ContentContext(); Authentication.login("weblogic" , "weblogic" ,request , response); ISortableFilterablePagedList result = iSearchManager.search(cc, search); Iterator resultIterator = result.iterator(); while (resultIterator.hasNext()) { Node node = (Node) resultIterator.next(); ...

33. CMS options for Weblogic Portal    coderanch.com

Hi, I looking for some CMS options that can work well with Weblogic portal's Virtual Content Repository's. I know interwoven's TeamSite works very well with WL VCR but We really need to some open source or economical CMS system. I evaluated Alfresco doesn't have SPI library implemented. I would appreciate if you guys can suggest some economical option for CMS that ...

34. Weblogic portal Backing file, Preferences and portlet hide/undhide and different skins    coderanch.com

Hi All, Could you please answer the below questions: 1) In case of a portal hierarchy Desktop-->Books-->Pages I need to hide a portlet1 page and show another portlet2 by doing some activity on portlet1 How can I hide and unhide the portlets pages in weblogic portal application. 2) How may ways are there to set the portlet preferences and how to ...

36. Weblogic Portal - Beginners    coderanch.com

37. uploading a file in weblogic portal    coderanch.com

38. Roles are not propagating in weblogic portal    coderanch.com

Hi All, As I am changing the roles in weblogic portal application on machine and the data is properly saved in the database. This database is shared across all the developers on different machines. If I am making changes in the roles same should be reflected on others machines as well because the database is shared but its not. Whenever other ...

41. BEA Weblogic Portal Upgrade 8.1 SP5 to 10.0.1    forums.oracle.com

so you've installed weblogic portal and server 10.1 and upgraded your project domain from 8.1 to 10. correct? then you deploy the EAR that used to work under 8.1 and it fails because it can't find that class. i know that bea's portal has changed a great deal lately. it's based on a completely different product now. it might be that ...