Ticket #66 (closed Enhancement: fixed)

Opened 13 years ago

Last modified 13 years ago

The URL to start the webclient should be simple

Reported by: jri Owned by: jri
Priority: Major Milestone: Release 4.1
Component: DeepaMehta Standard Distribution Version: 4.0.2
Keywords: Cc:
Complexity: 3 Area: Runtime
Module:

Change History

comment:1 Changed 13 years ago by jri

  • Status changed from new to accepted

comment:2 Changed 13 years ago by Jörg Richter

  • Status changed from accepted to closed
  • Resolution set to fixed

Core / Webclient: simplify start URL (#66)

New webclient start URL:

localhost:8080

Alternatively:

http://localhost:8080
http://localhost:8080/
http://localhost:8080/index.html

The old one does NOT work anymore:

http://localhost:8080/de.deepamehta.webclient/index.html

You must reset your DB!

Core enhancement:
Plugin authors can specify a custom URI namespace where the plugin's web resources are mapped to (by default the framework uses the bundle's symbolic name as the namespace). For that purpose a new webResourcesNamespace property is introduced. See the webclient's plugin.properties as an example:
https://github.com/jri/deepamehta/blob/master/deepamehta-webclient/src/main/resources/plugin.properties

Close ticket 66.

Note: See TracTickets for help on using tickets.