Embed navigation pane into web application

Hi all,
at fist I thought it should not be too difficult to embed the navigation pane of the Webhelp output into an HTML-based frontend appication. After all, WebHelp uses frames and the entire navigation pane is a frame too - but evidently it is more tricky than I thought. Has this ever been attemped?
It would be nice to integrate the TOC and search into the web page. Calling topics into a new window is supported by the TOC entry properties and should be achievable by modifying the search function as well.

Hi ,
With the help of Go url we can embed obiee with web based application .
Just check the below link
OBIEE 11g:
http://docs.oracle.com/cd/E14571_01/bi.1111/e16364/apiwebintegrate.htm
for obiee 10g
http://www.iwarelogic.com/2010/09/integrating-oracle-obiee-content-using-go-url-850/
Thanks,
Ananth

Similar Messages

  • Embed Google Maps into Swing Application

    Hi,
    I am trying to build a swing application and i need to embed Google map into it.Is there any way to do this? Which component do i use?
    I guess i am having some difficulty with this because the Swing component needs to support the complex javascript that Gmaps uses.
    Please suggest some solution or API.
    Thanks!

    look on google's site. they have some java component.

  • Embed photoshop galleries into web pages

    I generate photo galleries in Adobe Photoshop and I am
    looking to embed them into web pages, is this possible? Either the
    flash or non-flash galleries. Thanks!

    > Is it possible to embed a Web gallery that is in my
    remote files into a
    > template page so it will match my Web site?
    Yes. Let's see your page as it stands now. Can you upload it
    and post a
    link?
    The Object Not Found message means that there is a javascript
    object that
    has been left out of the page. A look at the code will tell
    which one that
    is.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "sumnerweb" <[email protected]> wrote in
    message
    news:g6l8h6$m2b$[email protected]..
    >I used CS3 to creat a Web gallery. We like all of our
    pages to use our
    >server
    > side includes. I tried copying the code from the Web
    gallery index page
    > into
    > one of my pages, but it didn't work. I get the gallery
    heading and info,
    > but no
    > pics. Where the thumbnails and images should be I have
    "Object not found!
    > The
    > requested URL was not found on this server. the link on
    the referring page
    > seems to be wrong or outdated. Please inform the author
    of that page about
    > the
    > error."
    >
    > Is it possible to embed a Web gallery that is in my
    remote files into a
    > template page so it will match my Web site?
    >

  • Excel freeze panes on WEB APPLICATIONS

    Hi Experts,
    Does anybody know how to implement something like the "excel freeze panes functionality" (freeze columns headers on top of the pages) for web applications?
    We are using BW 7.0 (SAP Netweaver 2004s BI).
    Thanks in advance.
    Best regards,
    Raphael

    Hi Raphael,
       Did you check the Analysis Item Properties, you should be able to define how many Data Columns to be displayed, I dont have my system now but i think you can set a Web Property for this, or you can simply write javascript function for this
    thanks,
    Deepak
    SAP BI Consultant
    DNTech

  • Want to remove scroll bar from navigation pane in Web Template

    HI All,
    I have a report created in WAD.When I am using navigation pane, I get a scroll bar there.
    I want to remove that scroll bar from navigation pane.Tried increasing the height in the property of same but nothing is helping.
    The expanded option should be ON and do not want to group characteristics shown in nav. pane.
    Please suggest, if there is any other way to do that.
    Thanks,
    Anu

    Why do you want to expand it? Generally when you click on Nav pane, it should show the assigned chars under it. No scroll bar comes up with  below settings:-

  • Navigational charts in Web Application Designer

    Hello all,
    I have a question regarding actionable charts in Web Application Designer. For example a user selects a bar in a chart and based on that selection filters to additional reports or changes existing charts/tables in the Web Application Designer? I know you can right click and setup RRI then goto functionality but I would like the capability to click on the bar chart and then proceed with the action.
    I know this can be done with Geo enabled Map Web Items where you click on a state/country and drill in for additional information but I'd like to know if it can be done with in charts. I know there is an option in WAD to setup Eventing, maybe there you set the onclick event to do the function?
    Any help is appreciated.
    Thanks.

    Does anyone have any suggestions? I keep reading its possible but found no examples.
    Thanks,

  • Integrating BIRT 4.5 into web application with tomcat8

    Hello,
    i made a web application integrating birt 3.7.1, running on tomcat 7. All is fine. Now i wanted to update from birt 3.7.1 to birt 4.5.0. And tomcat 7 to tomcat8.
    So i downloaded birt-source and changed all files from 3.7.1/ReportEngine/lib to 4.5.0/ReportEngine/lib. After that, my application wasn't able to start. So additionally i included jar-files from "birt-runtime-4.5.0-20150609.zip\birt-runtime-4_5_0\WebViewerExample\WEB-INF\lib\"
    Application starts. But it's still not working.
    Here's my code for creating the report engine:
    EngineConfig config = new EngineConfig();
    Platform.startup();
    IReportEngineFactory factory = (IReportEngineFactory) Platform
    .createFactoryObject( IReportEngineFactory.EXTENSION_REPORT_ENGINE_FACTORY );
    engine = factory.createReportEngine( config );
    It throws following exception:
    java.lang.NoClassDefFoundError: org/eclipse/core/runtime/CoreException
    org.eclipse.birt.core.framework.Platform.createPlatformLauncher(Platform.java:115)
    org.eclipse.birt.core.framework.Platform.startup(Platform.java:74)
    org.eclipse.birt.core.framework.Platform.startup(Platform.java:57)
    chromareportengine.CallReportEngineMain.<init>(CallReportEngineMain.java:64)
    chromareportengine.ChartGenerator.<init>(ChartGenerator.java:80)
    org.apache.jsp.Dashboard_jsp._jspService(Dashboard_jsp.java:191)
    org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
    org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:396)
    org.apache.jasper.servlet.JspServlet.service(JspServlet.java:340)
    javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
    org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
    What am i missing? It's maybe a bug of birt?
    Kind regards Marina
    So here is my class path:
    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <project default="ChromaReportEngine" name="Chroma Report-Engine" basedir=".">
    <target name="ChromaReportEngine">
    <jar destfile="release/report.jar">
    <manifest>
    <attribute name="Main-Class" value="CallReportEngineMain"/>
    <attribute name="Class-Path" value="lib/com.ibm.icu_54.1.1.v201501272100 lib/com.lowagie.text_2.1.7.v201004222200 lib/derby lib/flute lib/javax.wsdl_1.5.1.v201012040544 lib/javax.xml.stream_1.0.1.v201004272200 lib/javax.xml_1.3.4.v201005080400 lib/net.sourceforge.lpg.lpgjavaruntime_1.1.0.v201004271650 lib/ojdbc6 lib/org.apache.batik.bridge_1.6.0.v201011041432 lib/org.apache.batik.css_1.6.0.v201011041432 lib/org.apache.batik.dom.svg_1.6.0.v201011041432 lib/org.apache.batik.dom_1.6.1.v201505192100 lib/org.apache.batik.ext.awt_1.6.0.v201011041432 lib/org.apache.batik.parser_1.6.0.v201011041432 lib/org.apache.batik.pdf_1.6.0.v201105071520 lib/org.apache.batik.svggen_1.6.0.v201011041432 lib/org.apache.batik.transcoder_1.6.0.v201011041432 lib/org.apache.batik.util.gui_1.6.0.v201011041432 lib/org.apache.batik.util_1.6.0.v201011041432 lib/org.apache.batik.xml_1.6.0.v201011041432 lib/org.apache.commons.codec_1.6.0.v201305230611 lib/org.apache.commons.logging_1.1.1.v201101211721 lib/org.apache.lucene.core_3.5.0.v20120725-1805 lib/org.apache.poi_3.9.0.v201405241750 lib/org.apache.xerces_2.9.0.v201101211617 lib/org.apache.xml.resolver_1.2.0.v201005080400 lib/org.apache.xml.serializer_2.7.1.v201005080400 lib/org.eclipse.birt.runtime_4.5.0 lib/org.eclipse.core.contenttype_3.5.0.v20150421-2214 lib/org.eclipse.core.expressions_3.5.0.v20150421-2214 lib/org.eclipse.core.filesystem_1.5.0.v20150421-0713 lib/org.eclipse.core.jobs_3.7.0.v20150330-2103 lib/org.eclipse.core.resources_3.10.0.v20150423-0755 lib/org.eclipse.core.runtime.compatibility_3.2.300.v20150423-0821 lib/org.eclipse.core.runtime_3.11.0.v20150405-1723 lib/org.eclipse.datatools.connectivity.apache.derby.dbdefinition_1.0.2.v201107221459 lib/org.eclipse.datatools.connectivity.apache.derby_1.0.103.v201212070447 lib/org.eclipse.datatools.connectivity.console.profile_1.0.10.v201109250955 lib/org.eclipse.datatools.connectivity.db.generic_1.0.1.v201107221459 lib/org.eclipse.datatools.connectivity.dbdefinition.genericJDBC_1.0.2.v201310181001 lib/org.eclipse.datatools.connectivity.oda.consumer_3.2.6.v201403131814 lib/org.eclipse.datatools.connectivity.oda.design_3.3.6.v201403131814 lib/org.eclipse.datatools.connectivity.oda.flatfile_3.1.8.v201403010906 lib/org.eclipse.datatools.connectivity.oda.profile_3.2.9.v201403131814 lib/org.eclipse.datatools.connectivity.oda_3.4.3.v201405301249 lib/org.eclipse.datatools.connectivity.sqm.core_1.2.8.v201401230755 lib/org.eclipse.datatools.connectivity_1.2.11.v201401230755 lib/org.eclipse.datatools.enablement.hsqldb.dbdefinition_1.0.0.v201107221502 lib/org.eclipse.datatools.enablement.hsqldb_1.0.0.v201107221502 lib/org.eclipse.datatools.enablement.ibm.db2.iseries.dbdefinition_1.0.3.v201107221502 lib/org.eclipse.datatools.enablement.ibm.db2.iseries_1.0.2.v201107221502 lib/org.eclipse.datatools.enablement.ibm.db2.luw.dbdefinition_1.0.7.v201405302027 lib/org.eclipse.datatools.enablement.ibm.db2.luw_1.0.3.v201401170830 lib/org.eclipse.datatools.enablement.ibm.db2.zseries.dbdefinition_1.0.4.v201107221502 lib/org.eclipse.datatools.enablement.ibm.db2.zseries_1.0.2.v201107221502 lib/org.eclipse.datatools.enablement.ibm.db2_1.0.0.v201401170830 lib/org.eclipse.datatools.enablement.ibm.informix.dbdefinition_1.0.4.v201107221502 lib/org.eclipse.datatools.enablement.ibm.informix_1.0.1.v201107221502 lib/org.eclipse.datatools.enablement.ibm_1.0.0.v201401170830 lib/org.eclipse.datatools.enablement.msft.sqlserver.dbdefinition_1.0.1.v201201240505 lib/org.eclipse.datatools.enablement.msft.sqlserver_1.0.3.v201308161009 lib/org.eclipse.datatools.enablement.mysql.dbdefinition_1.0.4.v201109022331 lib/org.eclipse.datatools.enablement.mysql_1.0.4.v201212120617 lib/org.eclipse.datatools.enablement.oda.ws_1.2.6.v201403131825 lib/org.eclipse.datatools.enablement.oda.xml_1.2.5.v201403131825 lib/org.eclipse.datatools.enablement.oracle.dbdefinition_1.0.103.v201206010214 lib/org.eclipse.datatools.enablement.oracle_1.0.0.v201107221506 lib/org.eclipse.datatools.enablement.postgresql.dbdefinition_1.0.2.v201110070445 lib/org.eclipse.datatools.enablement.postgresql_1.1.1.v201205252207 lib/org.eclipse.datatools.enablement.sap.maxdb.dbdefinition_1.0.0.v201107221507 lib/org.eclipse.datatools.enablement.sap.maxdb_1.0.0.v201107221507 lib/org.eclipse.datatools.modelbase.dbdefinition_1.0.2.v201107221519 lib/org.eclipse.datatools.modelbase.derby_1.0.0.v201107221519 lib/org.eclipse.datatools.modelbase.sql.query_1.1.4.v201212120619 lib/org.eclipse.datatools.modelbase.sql_1.0.6.v201208230744 lib/org.eclipse.datatools.sqltools.data.core_1.2.3.v201212120623 lib/org.eclipse.datatools.sqltools.parsers.sql.lexer_1.0.1.v201107221520 lib/org.eclipse.datatools.sqltools.parsers.sql.query_1.2.1.v201201250511 lib/org.eclipse.datatools.sqltools.parsers.sql_1.0.2.v201107221520 lib/org.eclipse.datatools.sqltools.result_1.1.6.v201402080246 lib/org.eclipse.emf.common_2.11.0.v20150512-0501 lib/org.eclipse.emf.ecore.change_2.11.0.v20150512-0501 lib/org.eclipse.emf.ecore.xmi_2.11.0.v20150512-0501 lib/org.eclipse.emf.ecore_2.11.0.v20150512-0501 lib/org.eclipse.equinox.app_1.3.300.v20150423-1356 lib/org.eclipse.equinox.common_3.7.0.v20150402-1709 lib/org.eclipse.equinox.preferences_3.5.300.v20150408-1437 lib/org.eclipse.equinox.registry_3.6.0.v20150318-1503 lib/org.eclipse.help_3.6.0.v20130326-1254 lib/org.eclipse.orbit.mongodb_2.10.1.v20130422-1135 lib/org.eclipse.osgi.services_3.5.0.v20150519-2006 lib/org.eclipse.osgi_3.10.100.v20150529-1857 lib/org.eclipse.update.configurator_3.3.300.v20140518-1928 lib/org.mozilla.javascript_1.7.5.v201504281450 lib/org.w3c.css.sac_1.3.1.v200903091627 lib/org.w3c.dom.events_3.0.0.draft20060413_v201105210656 lib/org.w3c.dom.smil_1.0.1.v200903091627 lib/org.w3c.dom.svg_1.1.0.v201011041433 lib/plugins/birt.controls.lib.ui_2.5.2.1.jar lib/plugins/birt.controls.lib_2.5.2.1.jar lib/itextpdf-5.5.2.jar lib/servlet-api.jar lib/tomcat-dbcp.jar lib/axis.jar lib/axis-ant.jar lib/chartengineapi.jar lib/chartexamplescoreapi.jar lib/chartitemapi.jar lib/commons-cli-1.0.jar lib/commons-discovery-0.2.jar lib/coreapi.jar lib/crosstabcoreapi.jar lib/dataadapterapi.jar lib/dataaggregationapi.jar lib/dataextraction.jar lib/dteapi.jar lib/emitterconfig.jar lib/engineapi.jar lib/jaxrpc.jar lib/js.jar lib/modelapi.jar lib/modelodaapi.jar lib/odadesignapi.jar lib/org.eclipse.birt.axis.overlay_4.5.0.v201506092134.jar lib/saaj.jar lib/scriptapi.jar lib/viewservlets.jar"/>
    </manifest>
    <fileset dir="bin" includes="**/*.class"/>
    </jar>
    </target>
    </project>

    Hi,
    i finally found a solution. So if someone is interested...
    In tomcat installation file catalina.properties i added common.loader=${catalina.base}/lib,${catalina.base}/lib/*.jar,${catalina.home}/lib,${catalina.home}/lib/*.jar,{path to birt jars}/lib/*.jar
    Kind regards

  • How to embed a website into WEBI doucment

    I have seen some posts where website can be inserted in WEBi and a hyper link can be created a between webi data and website, passing the values. How can i do this? I have never used IFRAME, can anyone provide me the steps to open IFRAME and embed the website. Thanks in advance.

    Hi Rithesh Makkena,
    Can you please see if the following link is useful:
    http://scn.sap.com/thread/3332295
    BR
    Prabhith

  • How can I embed Qucktime installer into an application?

    Hi
    I'm in the proccess of completing a multimedia e-learning dvd (made with Adobe Director) with heavy use of quicktime. A lot of those who will potentially be using this DVD don't have quicktime already installed on their computers. Is there a standard proccess for embedding the Quicktime Installer in a program like something authored in Director?
    Any help would be greatly appreciated.

    http://developer.apple.com/softwarelicensing/agreements/quicktime.html

  • Using JavaFx in Web application

    I want to use JavaFx in Web Application which consists of JSP or Servlet. How can I use it ?

    CRatan, this is a very obscure (but valid) question.
    Where does JavaFX fit into Web Applications?????
    Well, normally you use a html 'view' that is generated from jsp. Depending on how you use servlets (and lets face it a servlet can provide almost anything you can dream of providing the request/response is delivered over http(s)) you might typically be providing service to that html page derive's it's content from. JavaFX is a 'view' that is not html. It sure can use http request and fetch data from a servlet and provide a UI outside the browser container (you can lanch it... applet, mobile, or desktop).
    In the coming days/months/years I would expect to see http request/session EE JavaFX client side support be introduced or documented more so than what it is now (so that JavaFX client applications can maintain stateful https sessions between itself and server) much like a browser does. There is DEFINITELY java support for this already (see HTTPClient) but this is something you need to learn yourself. You could also step outside the square by NOT using http (but firewalls do often suck).
    I hoped I helped - I try but I don't charge.

  • Site Map providers xml's throght out all web applications.

    Hi all,
    How to
    site map providers to all web applications. each and every site map provider should apply to each web application.
    ex: we can apply single site map provider(for top navigation) to one web application. but If we take 5 site map providers, how to apply these site map providers to 5 web applications through code.
    If any doubts, please let me know.
    Please help me on this.

    Hi,
    According to your post, my understanding is that you want to customize a top navigation and apply it to all web application.
    The following articles for your reference:
    Building a Custom Site Map Provider
    http://www.codeproject.com/Articles/96461/Building-a-Custom-Site-Map-Provider
    Web Application Navigator for SharePoint
    http://wan.codeplex.com/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Session expiration across different adf web applications

    Version of jdeveloper is 11.1.1.4.0. I have two adf jsf applications deployed in two different weblogic servers. Web application 1 navigates web application 2 in an external window or inline popup using a url view activity. I navigate from web application 1 to web application 2 without a problem. However when navigating back from web application 2 to web application 1 any action made in the ui of web app 1 throws an exception:
    javax.faces.application.ViewExpiredException: viewId:/main.jspx - ADF_FACES-30108:The view state of the page has expired because of inactivity. Reload the page.
    This problem does not occur when the 2 web applications are deployed in the same weblogic managed server. Is there any way to overcome this session inactivity issue.
    Thanks in advance

    you can set session timeout in
    web.xml
    weblogic.xml
    weblogic-aplication.xml

  • Integrating a Java web application into the SAP NetWeaver Portal

    Hello experts,
    We have a requirement to integrate a Java based web application into the SAP NetWeaver Portal using iView/iFrame technology. The Java based web application is completely independent from the SAP environment but should be displayed as part of the SAP Portal environment. The other requirement is the main navigation menu for the Java based web application should be configured and provided in the SAP Portal.
    Any pointers on how exactly this can be done would be of great help.
    Also how can the SSO (Single-Sign-On) to the Java application be implemented so that the user can logon to the java application through the portal without providing the user credentials again.
    Thanks in advance.

    Hi,
    I think you can use URL iviews to integrate your java web application with EP. you have the option of doing SSO with the application as well.
    Have a look at the sap help material
    http://help.sap.com/saphelp_nw04/helpdata/en/f5/eb51730e6a11d7b84900047582c9f7/frameset.htm
    http://wiki.sdn.sap.com/wiki/display/BOBJ/CreateURLiviewintotheSAPEP+portal
    Regards,
    Ganesh N

  • Question about how to integrate struts web application into Weblogic Portal

    hi, I'm using Weblogic8.1 Portal and workshop to integrate my existing struts web applications. I know that the struts web application can be imported and integrated as a portlet. But I'm not sure how to integrate the corresponding EJB module into portal?
    any help appreciated!!

    should be simple...
    copy all the jpfs and other classes appropriately into a new portal app.
    Create a new Java Page Flow portlet.
    That should be it.
    The major thing to watch for is how your navigation etc change.
    Kunal Mittal

  • 2004s Navigation Pane web item customization

    Hello. I have a question regarding the navigation pane web item using the Web Application Designer 7.0. In the 3.5 version we had the capability of selecting specific characteristics to include in our navigation blocks. For example, our data provider might be an ad hoc query with numerous free characteristics. However, in the web template we would only include a subset of those characteristics in our navigation block.
    Now when using the 7.0 tool it appears as though when adding the navigation pane web item I can only select rows, columns, query view, or free characteristics. Is my only option to create a query view on my base ad hoc query to limit the characteristics I want?
    Any advice on this particular web item would be sincerely appreciated.
    Kind regards,
    Lynn Peter

    Lynn,
    I think what you may be after is called NAV_CHARACTERISTIC_SEL and is documented in the following page
    http://help.sap.com/saphelp_nw70/helpdata/en/16/3ee2416149c717e10000000a155106/content.htm
    From the SAP documentation this enhancement to the navigational pane should be available as part of SPS14.
    I hope this helps (we are also interested in this functionality.)
    Cheers
    Neal.

Maybe you are looking for

  • Receiver FTP adapter java.lang.StringIndexOutOfBoundsException

    Hi, i'm getting the following error trying to reach an FTP server using a Receiver CC: Attempt to process file failed with Error occurred while connecting to the FTP server "xxxxxx:21": java.lang.StringIndexOutOfBoundsException Any help would be real

  • Data loading through PSA in 3.5

    Hi experts, I have always worked with 7.0, so when i create a data load chain for a infocube, i first delete index, then execute the infopackage (with only to psa), execute the DTP and create index again. Now i am working on a 3.5 and the DTP do not

  • Want to know abt Enterprise portal (EP) implication in SAP HR scenario

    Hi All, In my client place I need to configure Training and Event Mgmt i.e through ESS.I want to know the basic configuration in Enterprise portal(EP).How can I do the basic Configuration in EP as a HR consultant.Means how R/3 data ll be mapped to ES

  • Using Logic 8 with Akai MPC 1000

    Hi Everyone, I've been using the AKAI MPC 1000 for a few years now, and purchased Logic Studio 8, right around the time Logic 9 came out, so I was able to get a good deal on it. However, I haven't used it up until recently, and I want to find a way t

  • IBooks switches to white print on black

    IIpad 2 I've never seen this before. Switches on its own then goes back to black on white. No reason form it to happen. I don't see any prefs eating for it. Using 8.0.2.