Wicket Source Demo

Wicket Quick-Start project demonstrating use of Wicket-Source

Лицензия

Лицензия

Категории

Категории

Wicket Взаимодействие с пользователем Веб-фреймворки Сеть
Группа

Группа

net.ftlines.wicket-source
Идентификатор

Идентификатор

wicket-source-demo
Последняя версия

Последняя версия

7.0.0
Дата

Дата

Тип

Тип

war
Описание

Описание

Wicket Source Demo
Wicket Quick-Start project demonstrating use of Wicket-Source
Ссылка на сайт

Ссылка на сайт

https://github.com/42Lines/wicket-source/wiki/wicket-source-demo

Скачать wicket-source-demo

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/net.ftlines.wicket-source/wicket-source-demo/ -->
<dependency>
    <groupId>net.ftlines.wicket-source</groupId>
    <artifactId>wicket-source-demo</artifactId>
    <version>7.0.0</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.ftlines.wicket-source/wicket-source-demo/
implementation 'net.ftlines.wicket-source:wicket-source-demo:7.0.0'
// https://jarcasting.com/artifacts/net.ftlines.wicket-source/wicket-source-demo/
implementation ("net.ftlines.wicket-source:wicket-source-demo:7.0.0")
'net.ftlines.wicket-source:wicket-source-demo:war:7.0.0'
<dependency org="net.ftlines.wicket-source" name="wicket-source-demo" rev="7.0.0">
  <artifact name="wicket-source-demo" type="war" />
</dependency>
@Grapes(
@Grab(group='net.ftlines.wicket-source', module='wicket-source-demo', version='7.0.0')
)
libraryDependencies += "net.ftlines.wicket-source" % "wicket-source-demo" % "7.0.0"
[net.ftlines.wicket-source/wicket-source-demo "7.0.0"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
net.ftlines.wicket-source : wicket-source jar 7.0.0
org.apache.wicket : wicket-core jar 7.0.0-M1
org.apache.wicket : wicket-extensions jar 7.0.0-M1
org.slf4j : slf4j-log4j12 jar 1.7.6
log4j : log4j jar 1.2.17

provided (1)

Идентификатор библиотеки Тип Версия
org.eclipse.jetty.aggregate : jetty-all-server jar 8.1.15.v20140411

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

Wicket-Source speeds up wicket development by providing click-through from browser HTML back to the original Wicket components in your source.

Features

  1. Wicket Module "wicketsource" - records where in the code each component is constructed. Adds an HTML attribute.
  2. Browser Extension "WicketSource" - displays html attribute and lets you click to open (for Firefox+Firebug and for Chrome).
  3. Eclipse plugin "Source Opener" - listens for clicks from browser and opens the file to that line.

Installation

See the Wiki page for deeper details.

  1. Install the wicket-source jar into your project using maven or your preferred build tool. Add it to your WicketApplication init() as WicketSource.configure(this);

  2. Get Firebug first if you don't have it; then install the Firefox extension by clicking on the .xpi file.

  3. Or, if you prefer Chrome, click the chrome extension WicketSourceForChrome.crx from the downloads area.

  4. Install SourceOpener by putting its .jar into the eclipse drop-ins folder and restarting Eclipse. Then "Show View" / "Source Opener, Recent File Locations" to get to the tab.

Notes

Feedback and bug reports welcome. See the Issue Tracker.

net.ftlines.wicket-source

42 Lines

Версии библиотеки

Версия
7.0.0
6.0.0.8
1.5.0.7
1.5.0_06
1.4.18.7
1.4.0.7