Focal Point
[SOLVED] What Are The Web Focus Directories For?

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5907071096

May 16, 2018, 01:49 PM
mbondr
[SOLVED] What Are The Web Focus Directories For?
Let's start with the mysterious "Domains" directory. What do we put in it? Does it have any special properties?

This message has been edited. Last edited by: mbondr,


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
May 16, 2018, 02:12 PM
Francis Mariani
Please tell us where you see the "Domains" directory? Perhaps a screenshot would help.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
May 16, 2018, 03:02 PM
Doug
mbondr, You mean Domain as in the following:
- Configured Environments  
   - Environment Name, such as Dev, Test, or Prod.
     - Data Servers
     - Domains
       Web Applications
...

May 16, 2018, 03:15 PM
BabakNYC
That's a very broad question and certainly not mysterious. Here's a place to start.
https://webfocusinfocenter.inf...domain_content13.htm

In general, the Domain is where EVERYTHING goes with the exception of your metadata. Domains are stored in an RDBMS. The Reports, Charts, Documents, Schedules, Portals and stylesheets are stored in domains.


WebFOCUS 8206, Unix, Windows
May 16, 2018, 03:16 PM
Francis Mariani
In v8.1.05M (the latest environment I was exposed to), the App Studio tree looks like this:



This image is from the v8.1.05 documentation which interestingly shows Projects, but not The Repository.

Note:
quote:
Reference: Projects
You can use the Projects node to develop content if, during installation, you used a serial number that allows project development. The Projects node is part of the Configured Environments tree. It helps you organize, develop, maintain, and deploy WebFOCUS applications as a project.


And this, which makes no sense:
quote:
Managed Reporting and ReportCaster Properties
Managed Reporting and ReportCaster properties are not available in this version of App Studio.

In my v8.1.05M environment, I DO see The Repository.


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
May 16, 2018, 03:29 PM
FP Mod Chuck
Mbondr

Most customers create domains for specific application areas like Finance, HR etc. Then sub folders can be created underneath the domain. In WebFOCUS 8 there is the concept of creating Enterprise Domains which helps with the creation of security groups to make security administration much easier. Like BabakNYC mentioned the majority of your reports, html forms, etc should be developed under these Domains.


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats
May 16, 2018, 03:36 PM
mbondr
Ah. That's helps explain the name a bit! Smiler

So Projects is about deployment and Web Applications is about . . . system stuff? But there are html pages in it.

It seems that these directories don't reflect the actual directory structure under the web server. It would be nice to understand the relationship between the folders you create under these subdivision and the directories under the webserver (http://server.com/)


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
May 16, 2018, 03:38 PM
mbondr
. . . or, do they all go into a one big pot, accessed through that menu on the left. I bet you can't access them directly through the URL.


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
May 16, 2018, 04:05 PM
BabakNYC
You need to access them through the Menu on the Portal Resources.


WebFOCUS 8206, Unix, Windows
May 16, 2018, 04:49 PM
mbondr
That might explain what some of the metadata is describing. Mapping the things you create to that menu, in addition mapping data to tables and such.

This message has been edited. Last edited by: mbondr,


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
May 16, 2018, 05:16 PM
mbondr
So a report is a hard coded HTML emitter that takes a data stream and converts it to an HTML table that is housed in an HTML Iframe or maybe a panel? I suppose the graph objects are the same, only a bit more complex. The HTML pages sit in a flat directory under a master page that contains a metadata driven menu with links to the report pages. Is that about it?


WebFOCUS 8.2.04 (and climbing)
Windows 10, AppStudio
May 17, 2018, 10:26 AM
FP Mod Chuck
Mbondr

HTML is just one output format a report can generate, PDF, Excel, Active Reports are others. A chart can be HTML5 output or a graphic file. HTML pages can be created to allow for parameters to be selected including output format and then in turn run the report or graph. The metadata are also called synonyms or master files and the sole purpose is to describe the data source being used by a report or chart.

Hope that helps...


Thank you for using Focal Point!

Chuck Wolff - Focal Point Moderator
WebFOCUS 7x and 8x, Windows, Linux All output Formats