When I want to create WebCenter Portal Application from JDeveloper 12c, I can't find this option in the gallery, how I usually do this from JDeveloper 11g.
You need to install the WebCenter extension using help->check for updates
(or get it from here - http://www.oracle.com/ocom/groups/public/#otn/documents/webcontent/156082.xml#oracle.asset-publishing-ext )
The Portal Asset Application lets you create the portal assets (page templates, layouts, skins, content presenter templates, etc) that can be deployed to your webcenter portal. Portlet producer similarly let's you create portlet producer applications that can be used in webcenter.
Related
I was trying ot build a web application using Oracle application expressOnce. I logged out from APEX and logged in again leter. I couldn't located my incomplete application. How can I find my application so I can continue work on it?
I got started with oracle apex 5 and lately finished apex installation, I want to start building first application. I found in apex documentation that I should start with application builder but I didn't find it in my environment.
When I login to APEX, the environment appears as in this image:
You are logged into Oracle Application Express Administration Services (apex admin short) and not Application Express Workspace.
Apex Admin is the place where you manage Oracle Application Express instances and work-spaces and a workspace is an area within the Oracle Application Express development environment where developers can create applications.
If you just finish installing APEX I suggest you go over this configuration tutorial to configure the workspace and be able to build applications.
Cristian is correct, but this may help more:
You should go to this URL: http://localhost:8080/apex/ . You have to know the name of one of the workspaces you created, and a user with Admin or Developer role. These Workspace users can be created in the apex_admin site ( http://localhost:8080/apex/apex_admin/ ), under "Manage Workspaces" / "Manage Developers and Users". Also, Admin users of each Workspace can create new users once you get in.
I am using Oracle Utilities Mobile Workforce Management 2.0.0 . I want to automate the create portal process .Is there any way by which it can be accomplished ? Is it possible to add it through back end i.e. using DB.
Yes. Insert entries into CI_PORTAL and CI_PORTAL_L tables
I'm working through this tutorial:
Deploying an ASP.NET Web Application to a Windows Azure Web Site and SQL Database
In the second part "Enable Migrations and create the database" I need to use the NuGet Package Manager console to enter a series of commends:
enable-migrations -ContextTypeName ToDoListApp.Models.ToDoDb
add-migration-initial
update-database
Why do I need to do this explicitly? Shouldn't this be wrapped up in the publish process?
Thanks
Dave
The migrations process is separate from Azure. You can have an MVC 4 project that uses database migrations but the database is not hosted on Azure. The commands you are referencing simply enable the migrations in any MVC 4 project.
I find updating the database dangerous, so I actually prefer it to be separated from the publishing process because this way someone on your team is able to update the logic of the website without pushing updates to the database.
Is it possible to use WebCenter Portal to store and version documents (pdf, doc, xls etc) without buying WebCenter Content separately?
WebCenter portal comes with limited Webacentr content license, so you can have the basics of Universal content management in your portal