« Home « Chủ đề qurn trị web

Chủ đề : qurn trị web


Có 40+ tài liệu thuộc chủ đề "qurn trị web"

Quản lý cấu hình web - part 21

tailieu.vn

For each task in the Process Definition (as defined by <task>. A user may view and edit this information in the Task dialog within the Alfresco Explorer.. To create a Task Model, create a new Content Model file for Process Definition with the .xml extension.. Create a new Content Model for the Process Definition. encoding="UTF-8"?>. <model name="bookwcmwf:workflowmodel". xmlns="http://www.alfresco.org/model/dictionary/1.0">. prefix="bpm">. <type...

Quản lý cấu hình web - part 22

tailieu.vn

Click on Finish.. Click on OK.. On submit, the Submit Items wizard will open as shown in the following screenshot. You can select the launch date as shown in the screenshot. If you want to make changes in the configuration of a workflow you can click on Configure Workflow as well. Click on OK:. For now, both the users will...

Quản lý cấu hình web - part 23

tailieu.vn

Both the content as well as the files are stored in the repository. You can activate and inactivate the dynamic models by keeping the model XML file in the repository.. In a multi-tenant setup, the files that are defined in the <extension>. Uploading or creating the model file in the new 'Models' space (Company Home | Data Dictionary | Models).....

Quản lý cấu hình web - part 24

tailieu.vn

If Hot Deployment is done, then we can see the workflow images that show the current status of workflow in Alfresco Explorer under the workflow outline section.. The screenshots can be seen in the following sections when you test the workflows that are deployed through jPDL.. styleClass="mainSubTitle">. The workflow console can be used (as an alternative to the Alfresco Explorer)...

Quản lý cấu hình web - part 26

tailieu.vn

In dynamic deployment, since the content is in the runtime instance of Alfresco, the web pages will be generated (or fried) at runtime. The following is a summary of static and dynamic delivery models:. Model Delivery Technology Web Servers Application Servers Page Compositing Submission time Request time Content deployed to Filesystem Alfresco Runtime Content Search Not supported Supported out of...

Quản lý cấu hình web - part 27

tailieu.vn

For example, you can deploy images to a doc-root of the Apache web server (say target1) and you can also deploy videos to a streaming server (say target2). To configure multiple deployment receivers, follow the instructions given in this chapter in the Configuring a web project to use FSR section.. In the Add Deployment Receiver form, use the Source Path...

Quản lý cấu hình web - part 28

tailieu.vn

This additional deployment receiver allows the WCM content, authored and stored in Staging Sandbox, to be deployed to local and remote Alfresco repositories (Alfresco DM) as shown in the following figure.. Go to the /tomcat/shared/classes/ folder, open the alfresco-global.properties file, and add the following two lines:. The authoring environment for a WCM web project consists of a set of related...

Quản lý cấu hình web - part 29

tailieu.vn

In order to make the USA website contents of the /Images and /Products directories on the UK website, you would have two options:. Option 1 is to make a separate copy for the UK website. The issue with this approach is that if the USA website updates an image (say product1.jpg. then those updates are not applied on the UK...

Quản lý cấu hình web - part 30

tailieu.vn

All of these applications are presently being built on top of the Surf platform. The Surf platform itself is a product that our community and customers may wish, and are encouraged, to use in building their own web applications.. The Dispatcher Servlet can be considered as a controller. The Surf model: This can be considered as the model of the...

Quản lý cấu hình web - part 31

tailieu.vn

Step 8: Create a new file with the name given previously in the template- instance tag. Insert the following code:. <html xmlns="http://www.w3.org/1999/xhtml">. <title>${page.title}</title>. Navigate to the home page URL: http://<server-name>:<port>/surf. Edit the /WEB-INF/classes/alfresco/web-framework- application-context.xml file.. <property name="updateDelay"><value>0</value></property>. Browse to the cache as follows:. http://<server-name>:<port>/surf/control/cache/invalidate. The Surf framework binds the component to the specific region of a page and also specifies...

Quản lý cấu hình web - part 32

tailieu.vn

Uncomment the following code that is placed in the file. <name>Alfresco - System access</name>. The rest of the case study is covered in Chapter 10, in the Alfresco WCM –Surf-based Web application integration section.. Create a new file news.get.desc.xml in the news folder.. Insert the following code:. <description>Calls the remote Alfresco web script</description>. Step 2: Create a template file, news.get.html.ftl...

Quản lý cấu hình web - part 33

tailieu.vn

When you click on the Edit icon, it will open the window in which you can edit the title, description, or content. You can specify which form ID you want to use for in-context editing. As described in the earlier section, with the markContent tag, you can specify the formId attribute, which specifies the form to use for in-context editing....

Quản lý cấu hình web - part 34

tailieu.vn

In this way, you can use Alfresco purely for web content management, which will be responsible for just producing the content, and then any application outside Alfresco will be responsible for the actual page composition. Now after getting a good overview of web scripts, REST architecture, and the Alfresco web script framework, it's time to implement the web script for...

Quản lý cấu hình web - part 35

tailieu.vn

This is an optional component of a web script, but generally used when you want to access the repository and perform certain operations. Similar to the role of a controller in the MVC architecture, here also the main objective of the controller is to dictate what to do behind the scenes and what to display in the view. The controller...

Quản lý cấu hình web - part 36

tailieu.vn

<date>${newsItem.newsDate}</date>. Storing/registering a web script in Alfresco. Once done with the development of a web script with all of the three mentioned files, we need to store it in an appropriate place. We will store the web script files in the Company Home | Data Dictionary | Web Scripts Extensions folder.. Create the folder structure as org/cignex/news inside the Web...

Quản lý cấu hình web - part 37

tailieu.vn

Calling web scripts from a JSP page. Now we will create a simple JSP page from which we will make a call to our web script to render the news page. To call a web script from the JSP, this will be an HTTP call. Just add the following scriptlet in the JSP file wherever you want to include the...

Quản lý cấu hình web - part 38

tailieu.vn

The Alfresco Web Content Management allows organizations to rapidly create and more effectively maintain dynamic Internet, intranet, and extranet sites, enabling a shortened web development cycle, providing high return on investment and low cost of ownership. In this chapter, we will discuss how you can leverage the Alfresco DM features for the WCM and cover the following topics for WCM:....

Quản lý cấu hình web - part 39

tailieu.vn

For further details and all options, you can refer to http://www.ffmpeg.org/. We need to configure the extra mime types that we want to use. All others are already supported by Alfresco and are defined in the mimetype-map.xml file in Alfresco (except 3GP). So we need to add 3GP as a mimetype supported by Alfresco in the mimetype-map file, as follows:....

Quản lý cấu hình web - part 40

tailieu.vn

Select copy_wcm.js from the list of available JavaScript files to execute and click on OK.. This will execute the copy_wcm.js JavaScript and copy the content to the WCM in a specified web project and a specified folder, as shown in the following screenshot:. You can also configure this 'Execute Script' as a rule on the videos folder. For configuring it...

Quản lý cấu hình web - part 41

tailieu.vn

This will search in all of the sub-folders of ROOT in the current web project and will also search for all the web forms. The following screenshot shows a snap of the search screen, which searches for the text Alfresco in the current web project's Staging Sandbox.. Search text in particular web form content. This will search the text in...