Newly released BOEXI31 Java Developer Guide available

I've been slogging along with the OLD BOEXI3x Java Developer Guide documentation which incorrectly references various security and principal classes.
However, I've just noticed this morning that a NEWER version of the DG is available at:
http://help.sap.com/businessobject/product_guides/boexir31/en/boesdk_java_dg_12_en.zip
which DOES reference the correct packages in the examples and scenarios.
...in case anyone shared my confusion.

Thanks for posting!
If you find any further doc bugs, please post in the forums, and I'll be able to forward the info.
Sincerely,
Ted Ueda

Similar Messages

  • Oracle Database Express Edition 2 Day Plus Java Developer Guide??

    I posted in the JDeveloper forum, as well as sending email via your feedback link found on the tutorial but I am a little disappointed by this:
    The Oracle® Database Express Edition 2 Day Plus Java Developer Guide has some errors in it.
    in Windows, I simply chose, start
    -> programs -> Oracle Database Express Edition -> Go To Database Home Page -> click documentation from the link -> and run the Oracle® Database Express Edition 2 Day Plus Java Developer Guide tutorial.
    the problem is there are mistake(s) in the tutorial, for example: section 4-19 is this:
    "The complete code for the method should now be as follows:
    public boolean authenticateUser(String userid, String password,
    HttpSession session) throws SQLException { "
    it needs to be this:
    public boolean authenticateUser(String jdbcURL, String userid, String password,
    HttpSession session) throws SQLException {
    Also:
    there is no mention that :
    the port and SID must also be passed in the
    ds.setURL(jdbcUrl) found in the authenticateUser() method, or an exception is thrown. This differs from value of the jdbcUrl string found in the getDBConnection() , which makes it hard to figure out
    The tutorial is great even if it doesn't work out of the box, but I am disappointed that errata or completed code for this project is not available, especially when you explicitely point to it via the steps mentioned above.
    Thanks,
    Patrick

    The tutorial seems to be using the old JDeveloper 10.1.2.
    If you are aiming to learn JDeveloper then just use the tutorials linked from the JDeveloper home page.
    http://www.oracle.com/technology/obe/obe1013jdev/index.htm

  • Java developer guide

    Hi,
    in Documentation Library of Oracle DataBase Express Edizion (XE) there is a documentation "java developer guide part number b25320.01". There are other of the such "java developer guide b25320.01" for begining with Jdeveloper?
    Sorry for my bad English...

    Try our tutorials page:
    http://www.oracle.com/technology/obe/obe1013jdev/index.htm
    And the books on the ADF learning center:
    http://www.oracle.com/technology/products/adf/learnadf.html

  • Endeca portlet/ component java developement guide

    i am new to endeca. i like to develope the endeca component or portlet, but i dont know how the component are working please any one gaive me the link for quick start to built my own component. what i need exactly is , whaen a user click url , how the page generate ,what are the classe the request pass through , simply i need lifecycle or architecture of component in endeca.

    There is a component SDK for Studio, which is covered in the Studio Administration and Customization Guide.
    Developing Custom Components

  • Error in Oracle 2 Day Plus Java Developer Guide for XE

    After creating the connection successfully I tried to follow the document. Section 2-4 includes some sample code (Example 2-1) to determine the JDBC Driver Version. After a straight copy/paste and compile the following error was printed in the log:
    "C:\Program Files\jDeveloper10g13\jdk\bin\javaw.exe" -ojvm -classpath "C:\Program Files\jDeveloper10g13\jdev\mywork\HRApp\View\classes;C:\Program Files\jDeveloper10g13\j2ee\home\lib\ojsp.jar;C:\Program Files\jDeveloper10g13\j2ee\home\jsp\lib\taglib\ojsputil.jar;C:\Program Files\jDeveloper10g13\j2ee\home\oc4j.jar;C:\Program Files\jDeveloper10g13\j2ee\home\lib\oc4j-internal.jar;C:\Program Files\jDeveloper10g13\j2ee\home\lib\servlet.jar;C:\Program Files\jDeveloper10g13\jdev\lib\ojc.jar;C:\Program Files\jDeveloper10g13\jdbc\lib\ojdbc14dms.jar;C:\Program Files\jDeveloper10g13\jdbc\lib\orai18n.jar;C:\Program Files\jDeveloper10g13\jdbc\lib\ocrs12.jar;C:\Program Files\jDeveloper10g13\diagnostics\lib\ojdl.jar;C:\Program Files\jDeveloper10g13\lib\dms.jar" hr.JDBCVersion
    Exception in thread main
    java.sql.SQLException: Io exception: Invalid connection string format, a valid format is: "host:port:sid"
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:287)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:434)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:218)
         at hr.JDBCVersion.main(JDBCVersion.java:19)
    Process exited with exit code 1.
    Since I installed Oracle XE with all the standard defaults, I changed the line
    String jdbcUrl = "jdbc:oracle:thin:@localhost:1521/XE";
    to
    String jdbcUrl = "jdbc:oracle:thin:@localhost";
    which now produces the following error log:
    "C:\Program Files\jDeveloper10g13\jdk\bin\javaw.exe" -ojvm -classpath "C:\Program Files\jDeveloper10g13\jdev\mywork\HRApp\View\classes;C:\Program Files\jDeveloper10g13\j2ee\home\lib\ojsp.jar;C:\Program Files\jDeveloper10g13\j2ee\home\jsp\lib\taglib\ojsputil.jar;C:\Program Files\jDeveloper10g13\j2ee\home\oc4j.jar;C:\Program Files\jDeveloper10g13\j2ee\home\lib\oc4j-internal.jar;C:\Program Files\jDeveloper10g13\j2ee\home\lib\servlet.jar;C:\Program Files\jDeveloper10g13\jdev\lib\ojc.jar;C:\Program Files\jDeveloper10g13\jdbc\lib\ojdbc14dms.jar;C:\Program Files\jDeveloper10g13\jdbc\lib\orai18n.jar;C:\Program Files\jDeveloper10g13\jdbc\lib\ocrs12.jar;C:\Program Files\jDeveloper10g13\diagnostics\lib\ojdl.jar;C:\Program Files\jDeveloper10g13\lib\dms.jar" hr.JDBCVersion
    Exception in thread main
    java.sql.SQLException: Io exception: SO Exception was generated
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:138)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:175)
         at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:287)
         at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
         at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:434)
         at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
         at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
         at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:571)
         at oracle.jdbc.pool.OracleDataSource.getConnection(OracleDataSource.java:218)
         at hr.JDBCVersion.main(JDBCVersion.java:19)
    Process exited with exit code 1.
    How am I supposed to learn anything if the code examples are flawed? Please help me... this is driving me nuts.

    Can you provide the URL to the problematic instructions?
    The JDBC URL should probably be: jdbc:oracle:thin:@localhost:1521:XE
    And one more thing - your JDeveloper is installed in a directory that has a space in its name (Program Files) - this may cause problems so reinstall it in a new directory without a space in the path.

  • SAP Personas Development Guide

    Hello,
    Is there a development guide available for SAP Personas.
    regards
    Kaushik

    Hello Kaushik
    You can get a lot of information on Personas from the Getting Started Page.
    At the bottom of the page you will also see links to Technical guides and How-To videos.
    Hope that helps.
    Vandana

  • Where I can download the bundle of "Java Plug-in 1.4 Developer Guide"

    I want to download all the doc of "Java Plug-in 1.4 Developer Guide" on
    http://java.sun.com/j2se/1.4/docs/guide/plugin/developer_guide/contents.html

    You can download the whole JDK documentation or here: ftp://ftp.java.sun.com/docs/j2se1.4/developer_guide.pdf

  • Java RTS 2.1 Beta free evaluation release for Solaris and Linux available

    Hi:
    I would like to notify this forum that a free evaluation release of
    Java Real-Time System (Java RTS) 2.1 Beta is now available for downloading
    at our public web site.
    Supported platforms are Solaris/SPARC, Solaris/x86, and Linux/x86 with
    real-time POSIX APIs. The specific Linux distributions which this release
    has been tested on are: SUSE Linux Enterprise Real Time 10 (released)
    and Red Hat Enterprise MRG 1.0 (beta). As for the Solaris versions,
    both Solaris 10 Update 3 and Update 4 are supported.
    The URL for the web page where to start in order to be able to get to
    the download link is:
    http://java.sun.com/javase/technologies/realtime/rts/
    The download link will be presented to you after you fill out a quick
    survey and agree with a click-through, 90-days e-license.
    The latest version of the Java RTS Beta technical documentation
    bundle included with the product is being separately maintained at
    our public website and can be accessed starting from here:
    http://java.sun.com/javase/technologies/realtime/reference/rts_productdoc.html
    Thanks,
    -Carlos
    Carlos B. Lucasius
    Java SE Embedded and Real-Time Engineering
    Sun Microsystems, Inc.
    http://java.sun.com/javase/technologies/embedded/index.jsp
    http://java.sun.com/javase/technologies/realtime.jsp
    http://java.sun.com/javase/technologies/realtime/faq.jsp
    http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-1331&yr=2007&track=5
    http://developers.sun.com/learning/javaoneonline/j1sessn.jsp?sessn=TS-2901&yr=2007&track=5
    http://developers.sun.com/learning/javaoneonline/j1lab.jsp?lab=LAB-7250&yr=2007&track=4
    http://www.sun.com/training/catalog/courses/DTJ-4103.xml
    http://www.youtube.com/v/xH1yUXd9krU
    http://blogs.sun.com/jtc/
    http://blogs.sun.com/delsart
    http://blogs.sun.com/bollellaRT

    Hello,
    Just a quick question: can we have an official position from Sun regarding support of earlier releases of Solaris with Java RTS 2.1? Our customer is currently running Solaris 10 Update 3 with current Recommended patches, and the 2.1 beta cyclic driver supported this version of Solaris. However with the official release version of 2.1, support for U3 disappeared (only U4 and U5 are now supported). Aside from "rubber stamping" the Solaris build via /etc/release, is there a technical reason why U3 is no longer supported? As long as our kernel is up to date, can we safely use 2.1? Or is it just a case of being unable to officially support and test so many releases of Solaris?
    Is this a general rule-of-thumb we can expect in future: only supporting the last 2 updates of Solaris 10?
    Your advice is appreciated.
    Thanks,
    Dave.

  • How Long does it take for  newly released movies to be available on iTunes

    How long does it take for newly released movies to be available on itunes

    When they're released as DVDs.

  • An error on Java Web Start 1.4.2 Developer Guide

    I tried to deploy my application using Java Web Start. I used the script in the section "Creating the Web Page That Launches the Application" of the Java Web Start 1.4.2 Developer Guide (http://java.sun.com/j2se/1.4.2/docs/guide/jws/developersguide/contents.html). Nevertheless, it does not detect my JWS 1.4.2 installation. After I search thru the registry on my Windows 2000, I found that the COM object ID is not correct. The orginal VBScript to detect the installation of JWS 1.4.2:
    If Not(IsObject(CreateObject("JavaWebStart.isInstalled.3"))) Then
    javaws142Installed = 0
    Else
    javaws142Installed = 1
    End If
    should be:
    If Not(IsObject(CreateObject("JavaWebStart.isInstalled.1.4.2.0"))) Then
    javaws142Installed = 0
    Else
    javaws142Installed = 1
    End If
    Could JWS tech support or documentation team change this error on the website soon so other developers will not run into the same problem again?
    Thanks,
    A.A.

    Please submit a bug.
    I believe this is the only way to guarantee Sun will track this.

  • Java WS Developer Pack available...

    SUN just released the Java WS Developer pack EA1 at
    http://java.sun.com/webservices/webservicespack.html
    This pack provides functionality for implementing Web Applications
    and Web Services.
    For Web Services, the pack provides access to early versions of the
    standard Java APIs that are being developed through the JCP process.
    The release includes EAs of base XML technology (JAXP 1.2, including
    XML schema support), SOAP based RPC (JAX-RPC), SOAP-based messaging
    (JAXM), and registry client support (JAXR). We also include a
    tutorial, a UDDI registry for testing, and other features.
    For Web Applications, the pack includes the EA3 release of the JSTL,
    the JSP standard tag library being developed through JCP and
    implemented at Apache. This tag library includes actions for
    many common needs of JSP developers, including XML manipulation
    actions that can be used also in the context of Web Services.
    The pack also includes the popular Ant building tool from Apache,
    some management (more in later EAs), installation, etc.
    We are bundling a version of Apache Tomcat so our developers can start
    using the JWSDP right away using Servlets 2.3 and JSP 1.2.
    The final release of the pack is targetted by this summer.
    We hope you will find this EA useful.
    - eduard/o

    The installer looks at the following Windows registry keys to determine the
    location of the J2SE SDK. These registry keys are created by the J2SE SDK
    installer:
    HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.3\JavaHome
    HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.4\JavaHome
    Common problems that we have seen are:
    1. Neither of these keys exist - This is due to mapping a J2SE SDK
    installation from a different machine that already has the J2SE SDK
    installed on it. To correct this situation, you need to run the the
    J2SE SDK installer on your machine so that Windows registry entries get
    created.
    2. The directories in either of these keys are incorrect - This usually
    happens when you install the J2SE SDK and then move the installation
    directory. To correct this situation, you need to use the "regedit"
    command and put the updated directories in the above keys to match the
    actual directory that your J2SE SDK now resides in.
    Hope that helps,
    Patrick

  • About the full JHS 10.1.3 developer guide what time will be released ?

    about the full JHS 10.1.3 developer guide what time will be released ?
    3q !

    Keep your eyes on the forum, it will be announced shortly! :)

  • LCCS Developer Guide not available in PDF format?

    When I click on the pdf link I get: You are not permitted to perform this operation.

    I click on the LiveCycle Collaboration Service developer guide link on
    http://www.adobe.com/devnet/flashplatform/services/collaboration.html
    That takes me to http://learn.adobe.com/wiki/display/lccs/LiveCycle+Collaboration+Service.
    I click on the PDF Version link there, and it takes me to http://learn.adobe.com/wiki/spaces/exportspace.action?key=lccs,
    which says "You are not permitted to perform this operation."

  • GeoRaptor 3.2.1 Released for SQL Developer 3.x

    Spatialites!
    After 6 months of development and testing, GeoRaptor 3.2.1 has been released for SQL Developer 3.x (tested on 3.0, 3.1 and 3.2). This release no longer supports SQL Developer 1.x or 2.x releases due to internal changes to the SQL Developer APIs.
    GeoRaptor can be downloaded from the GeoRaptor project's sourceforge page: http://sourceforge.net/projects/georaptor and installed via Help>Check for Updates>Install from Local File. Installation via SQL Developer's update mechanism should be available soon.
    The release notes for this release are:
    * Fixed issues with validate geometry functionality in particular the update dialog box.
    * Revamped "About GeoRaptor" form. Includes clickable URLs, links to mailing lists, version number listing, thanks to testers etc.
    * Placed "About GeoRaptor" icon on GeoRaptor's map toolbar.
    * SQL Developer NLS settings accessed: improvements in the display and entry and numeric data.
      -- Tolerances in Spatial Layer properties will display with the NLS decimal separator eg 0,05.
         Some parts of GeoRaptor such as Validation that show and accept numbers have not been changed from when someone else modified the code.
         If you double click on the left MBR/right MBR icon in the map at the bottom, the current centre position will display according to the NLS settings.
         Editing the value to jump the map to that point works even with grouping separators and decimal separators being commas!
    * Spatial Layer Draw has been modified to use NLS based decimal formatting.
    * New geometry marking/labelling options have been added. In particular you can now label the vertices of a linestring/polygon with the following additional elements:
      -- Cumulative length
      -- Measure (M)
      -- Z value
      -- Labelling of vertices with <id>{X,Y} now also honours 3/4D geometries. If geometry has XYY then it will be labelled as {X,Y,Z} etc.
    * You can also label each vector/segment of a linestring/polygon with:
      -- Length
      -- Cumulative Length
      -- Bearing (approximate for geodetic/geographic data)
      -- Distance (approximate for geodetic/geographic data)
      -- Bearing and Distance (approximate for geodetic/geographic data)
    * The font properties of the mark text can be changed independently of the feature label. This includes the offset and label position (CC, LL, UR etc).
    * New feature labelling options have been provided:
      -- First/middle/last vertex,
      -- Any supplied sdo_point within a line/polygon's sdo_geometry object, or
      -- Calculated by GeoRaptor on the client side using Java Topology Suite.
    * Result sets now have the ability to:
      -- Copy to clipboard all geometries across many rows and columns.
      -- Display one or more (selected) geometries in a popup image window. This functionality is also available in the result set generated by an Identify command.
    * New GeoRaptor Preferences:
      -- Width and height in pixels of the new popup image window (displaying one or more geometry objects) can be set;
      -- Colours of orphan, missing and correct metadata entries for Metadata Manager;
      -- Prefixing with MDSYS for all currently supported spatial objects - sdo_geometry, sdo_point, sdo_elem_info, sdo_ordinates, sdo_dim_info - has been made an option.
      -- There is now a new property called "Show Number Grouping Separator" in Tools>GeoRaptor>Visualisation.
         If it is ticked a number will be formatted with the thousands separator in Tools>Database>NLS eg 10000.000 will display as 10,000.000.
    * Sdo_Geometry display of all spaces in text between elements of the sdo_geometry array have been removed.
       This was done mainly to compact the sdo_geometry strings so that they are as small as possible when displaying or copying to clipboard.
    * Help pages added to the following dialogs with more to follow:
      -- Metadata Manager,
      -- Shapefile Importer and
      -- Layer Properties dialogs.
    * GeoRaptor menu entries renamed. New "Manage All Metadata" entry added to View>GeoRaptor menu.
    * Spatial Index creation dialog now supports additional index parameters and parallel build settings.
    * Metadata Manager overhauled:
      a. Shows:
         1. Metadata entries which have no underlying oracle object (orphan)
         2. Metadata entries for existing underlying objects (existing case)
         3. Database objects with sdo_geometry for which no metadata entry exists (new)
      b. All orphan/existing/missing colours for (a) can be set via Preferences>GeoRaptor>Visualisation
      c. All actions for main (bottom) metadata table are in a single right mouse click menu.
         Some entries will only appear if a single row is selection (metadata copy), others (delete and copy to clipboard) will appear for one or more.
      d. Can now switch between open connections to modify metadata of other objects in schemas other than the starting object.
      e. Buttons revamped.
    * Tab/Shapefile export:
      a. Export now supports NULL valued columns. Can be exported as an empty string (if DBase override in GeoRaptor Preferences is ticked) or
         as a predefined value eg NULL date => 1900-01-01 (set in new GeoRatptor Import/Export Preferences).
      b. Some work attempted on export of NLS strings (still not corrected).
      c. Objects with no rows now correctly processed.
    * Shapefile Import
      -- Bug relating to Linux file names corrected.
    * Fixed issue (identified by John O'Toole) with spatial index underlying a view not being used in map display.
    * Reinstated sdo_nn as the principal method for Identify (requested by John O'Toole).
    * Fixed problem with handling single click zoom in and out in GeoRaptor map etc.
    * Fixed problem with rendering lines from database item (identified by Vladimir Pek).The new "About GeoRaptor" should be read by all people installing GeoRaptor.
    Please, please consider registering your email address with our private email list so that we can get a feel for the sorts of people downloading and installing GeoRaptor.
    Please consider helping us with documentation or the internationalisation via translating properties files from English to your native language.
    GeoRaptor is written and maintained by people who use SQL Developer and Spatial every day but we don't pretend we know everything that users want: please let us know via our feature request page at SourceForge.
    We don't get paid for what we do so are always looking for additional help.
    Here are some of the requests we have had for improvements:
    1. MySQL access
    2. WMS access;
    3. Ability to import shapefile data into an existing table;
    4. Ability to processing multiple shapefiles into separate tables (current version can import one or more into a single target table);
    5. Ability to export/import layer definitions to give to others;
    6. Support for non-English character sets for varchar exports to shapefiles.Some are relatively simply, some require a lot of engineering work. For the latter, we are considering alternative funding methods to the currently completely free development approach.
    Thanks to the following for their invaluable assistance:
    Holger Labe, Germany
    John O'Toole, Ireland
    Vladimir Pek, Czech Republic
    Pieter Minnaar, Holland
    Olaf Iseeger, Germany
    Sandro Costa, Brazil;
    Marco Giana, Australia.regards
    Simon Greener
    Principal GeoRaptor Developer
    Edited by: Simon Greener on Sep 10, 2012 2:43 PM

    Simon,
    I will admit, I almost never use SQL Developer. I have been a long time Toad user, but for this tool, I fumbled around a bit and got everything up and running quickly.
    That said, I tried the new GeoRaptor tool using this tutorial (which is I think is close enough to get the jist). http://sourceforge.net/apps/mediawiki/georaptor/index.php?title=A_Gentle_Introduction:_Create_Table,_Metadata_Registration,_Indexing_and_Mapping
    As I stumble around it, I'll try and leave some feedback, and probably ask some rather stupid questions.
    Thanks for the effort,
    Bryan

  • Java programming guide for Sun ONE

    Where can I find the "Sun ONE LDAP SDK for Java Programming Guide" for version 5.2. ?
    I have the programming guide for Netscape Directory SDK 4.0 for Java. Will that do?
    Thanks for your help.
    [email protected]

    this to also create and manage the LDAP groups. We
    are using the Sun ONE 5.2 LDAP directory server. Are
    there significant advantages to using JNDI over the
    SunONE directory SDK, or vice versa?JNDI (bundled with J2SE) in combination with the Booster Pack release version 1.0, provides API support for accessing both static and dynamic Groups. It also provides API support for the new extensions and controls that are made available in Sun ONE DS 5.2.
    The Booster Pack can be downloaded from:
    http://java.sun.com/products/jndi/
    You can also check the LDAP trail of the JNDI Tutorial that contains detailed descriptions and examples of how to use JNDI . It is available at:
    http://java.sun.com/products/jndi/tutorial/ldap/index.html

Maybe you are looking for