DOC

com.smartdevicelink : sdl_java_ee

Maven & Gradle

Feb 15, 2023
186 stars

sdl_java_ee · The app library component of SDL is meant to run on the end user’s smart-device from within SDL enabled apps, as an embedded app, or connected to the cloud. App libraries allow the apps to connect to SDL enabled head-units and hardware through bluetooth, USB, and TCP for Android, and cloud and embedded apps can connect through web sockets, Java Beans, and other custom transports. Once the library establishes a connection between the smart device and head-unit through the preferred method of transport, the two components are able to communicate using the SDL defined protocol. The app integrating this library project is then able to expose its functionality to the head-unit through text, media, and other interactive elements.

Table Of Contents

Latest Version

Download com.smartdevicelink : sdl_java_ee Javadoc & API Documentation - Latest Versions:

All Versions

Download com.smartdevicelink : sdl_java_ee Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
RC_5.6.x
5.6.x
5.5.x
5.4.x
5.3.x
5.2.x
5.1.x
5.0.x
4.12.x
RC_5.4.x
RC_5.3.x
RC_5.2.x
RC_5.1.x

How to open Javadoc JAR file in web browser

  1. Rename the file sdl_java_ee-5.6.1-javadoc.jar to sdl_java_ee-5.6.1-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder sdl_java_ee-5.6.1-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "sdl_java_ee-5.6.1-sources.jar" -d "sdl_java_ee-5.6.1-javadoc" -subpackages 

Advertisement