Hlavní menu
Nástroje |
Guica.HomePage HistoryHide minor edits - Show changes to markup 03 October 2017, 16:28
by
- Changed lines 11-14 from:
Prerequisites: Java 6 and a OSGi framework installation (tested with Felix 2.0, 3.0 and Equinox). Guica is distributed as a set of bundles (it has no external dependencies except for OSGi system bundle, Swing and XML libraries). Run the framework, install the Guica bundles and start them in a the following order: (1) support, (2) three *StateProvider? bundles, (3) gui. to:
Prerequisites: Java 6 and a OSGi framework installation (tested with Felix 2.0, 3.0, 4.2 and Equinox, works with Java 8). For build, maven is needed. Running from a distribution: Guica is distributed as a set of bundles (it has no external dependencies except for OSGi system bundle, Swing and XML libraries). Run the framework, install the Guica bundles and start them in a the following order: (1) support, (2) three *StateProvider? bundles, (3) gui. Running from sources: Checkout / pull the desired branch, and from project's root directory, run `mvn clean; mvn install pax:run` on command line. 25 June 2012, 09:08
by
- Changed lines 15-16 from:
Using Guica is highly intuitive. The main panel shows all bundles/packages/services installed in the framework, icons left of bundle names indicate bundle status. Clicking on bundle name shows its manifest headers in the Properties panel, opening its tree node shows exported/imported features. The toolbar on the top can be used to manage bundle lifecycle (start, stop, update, uninstall) and to FilterItemsShown. The Install tab currently support bundle installation from local and remote repositories. to:
Using Guica is highly intuitive. The main panel shows all bundles/packages/services installed in the framework, icons left of bundle names indicate bundle status. Clicking on bundle name shows its manifest headers in the Properties panel, opening its tree node shows exported/imported features. The toolbar on the top can be used to manage bundle lifecycle (start, stop, update, uninstall) and to FilterItemsShown. The UpdateInstall tab currently support bundle installation from local and remote repositories. 25 June 2012, 09:06
by
- Fixes for 1.2Changed lines 15-16 from:
Using Guica is highly intuitive. The main panel shows all bundles/packages/services installed in the framework, icons left of bundle names indicate bundle status. Clicking on bundle name shows its manifest headers in the Properties panel, opening its tree node shows exported/imported features. The toolbar on the top can be used to manage bundle lifecycle (start, stop, update, uninstall) and to FilterItemsShown. The UpdateInstall tab currently support bundle installation from local and remote repositories. to:
Using Guica is highly intuitive. The main panel shows all bundles/packages/services installed in the framework, icons left of bundle names indicate bundle status. Clicking on bundle name shows its manifest headers in the Properties panel, opening its tree node shows exported/imported features. The toolbar on the top can be used to manage bundle lifecycle (start, stop, update, uninstall) and to FilterItemsShown. The Install tab currently support bundle installation from local and remote repositories. Changed lines 21-22 from:
The release of Guica 1.1 is available from https://www.assembla.com/spaces/guica/documents/tag/release. For all inquiries, please contact Premek Brada to:
The release of Guica 1.2 is available from https://www.assembla.com/spaces/guica/documents/tag/release. For all inquiries, please contact Premek Brada 19 June 2012, 17:22
by
- Changed lines 15-16 from:
Using Guica is highly intuitive. The main panel shows all bundles/packages/services installed in the framework, icons left of bundle names indicate bundle status. Clicking on bundle name shows its manifest headers in the Properties panel, opening its tree node shows exported/imported features. The toolbar on the top can be used to manage bundle lifecycle (start, stop, update, uninstall) and to FilterItemsShown. to:
Using Guica is highly intuitive. The main panel shows all bundles/packages/services installed in the framework, icons left of bundle names indicate bundle status. Clicking on bundle name shows its manifest headers in the Properties panel, opening its tree node shows exported/imported features. The toolbar on the top can be used to manage bundle lifecycle (start, stop, update, uninstall) and to FilterItemsShown. The UpdateInstall tab currently support bundle installation from local and remote repositories. 28 February 2012, 18:47
by
- Changed lines 32-33 from:
Podrobné informace o práci s Guica obsahuje uživatelský manuál, základní instrukce ke spuštění jsou popsány díky studentům ASWI projektu. to:
Podrobné informace o práci s Guica obsahuje uživatelský manuál, základní instrukce ke spuštění jsou popsány díky studentům ASWI projektu. 28 February 2012, 18:46
by
- Changed lines 32-33 from:
Podrobné informace o práci s Guica obsahuje uživatelský manuál. to:
Podrobné informace o práci s Guica obsahuje uživatelský manuál, základní instrukce ke spuštění jsou popsány díky studentům ASWI projektu. 08 December 2011, 13:29
by
- Changed lines 23-24 from:
The Guica tool is Copyright © 2010 University of West Bohemia. Authors: Stepan Cais, Tomas Kabicek, Josef Vyskocil, Jan Zaruba; with input from Premek Brada. to:
The Guica tool is Copyright © 2010 University of West Bohemia, distributed under the Apache License. Authors: Stepan Cais, Tomas Kabicek, Josef Vyskocil, Jan Zaruba; with input from Premek Brada. 15 February 2011, 17:05
by
- Deleted lines 31-50:
Popis spuštěníPro spuštění programu je nutné mít nainstalovanou Javu verze 6. Dále je potřeba mít nainstalovaný alespoň jeden framework, na kterém program poběží. Jedná se o frameworky Felix a Equinox. Instalace a spuštění frameworku Felix je popsáno na http://felix.apache.org/site/apache-felix-framework-usage-documentation.html. Návod na instalaci a spuštění frameworku Equinox pod Eclipse je popsán na http://www.vogella.de/articles/OSGi/article.html. Spusťte Felix nebo Equinox a nainstalujte aplikaci příkazem OvládáníProgram se ovládá pomocí jednohuchého menu. Význam ikon je intuitivní, aby byla práce s program co nejjjednodušší. Ikony u bundlů signalizují jejich stav (běžící, naistalovaný a zastavený). V programu lze
15 February 2011, 16:01
by
- Changed lines 3-4 from:
![]() to:
![]() Changed lines 11-16 from:
Prerequisites: Java 6 and a OSGi framework installation (tested with Felix 2.0 and Equinox). Guica is distributed as a single bundle. Run the framework, install the Guica bundle and start it in a standard manner (it has no external dependencies except for OSGi system bundle, Swing and XML libraries). Using Guica is highly intuitive. The main panel shows all bundles installed in the framework, icons left of bundle names indicate bundle status. Clicking on bundle name shows its manifest headers in the Properties panel, opening its tree node shows exported/imported features. The toolbar on the top can be used to manage bundle lifecycle (start, stop, update, uninstall) and to FilterItemsShown. to:
Prerequisites: Java 6 and a OSGi framework installation (tested with Felix 2.0, 3.0 and Equinox). Guica is distributed as a set of bundles (it has no external dependencies except for OSGi system bundle, Swing and XML libraries). Run the framework, install the Guica bundles and start them in a the following order: (1) support, (2) three *StateProvider? bundles, (3) gui. Using Guica is highly intuitive. The main panel shows all bundles/packages/services installed in the framework, icons left of bundle names indicate bundle status. Clicking on bundle name shows its manifest headers in the Properties panel, opening its tree node shows exported/imported features. The toolbar on the top can be used to manage bundle lifecycle (start, stop, update, uninstall) and to FilterItemsShown. Changed lines 21-22 from:
The first release of Guica 1.0 is available from https://www.assembla.com/spaces/guica/documents/tag/release. For all inquiries, please contact Premek Brada to:
The release of Guica 1.1 is available from https://www.assembla.com/spaces/guica/documents/tag/release. For all inquiries, please contact Premek Brada 15 February 2011, 15:45
by
- Changed lines 15-16 from:
Using Guica is highly intuitive. The main panel shows all bundles installed in the framework, icons left of bundle names indicate bundle status. Clicking on bundle name shows its manifest headers in the Properties panel, opening its tree node shows exported/imported features. The toolbar on the top can be used to manage bundle lifecycle (start, stop, update, uninstall). to:
Using Guica is highly intuitive. The main panel shows all bundles installed in the framework, icons left of bundle names indicate bundle status. Clicking on bundle name shows its manifest headers in the Properties panel, opening its tree node shows exported/imported features. The toolbar on the top can be used to manage bundle lifecycle (start, stop, update, uninstall) and to FilterItemsShown. 02 February 2011, 14:58
by
- Changed line 56 from:
to:
02 February 2011, 14:57
by
- Changed lines 52-56 from:
Podrobné informace o práci s Guica obsahuje uživatelský manuál. to:
02 December 2010, 17:14
by
- Changed lines 21-22 from:
The first release of Guica 1.0 is available from https://www.assembla.com/spaces/guica/documents. For all inquiries, please contact Premek Brada to:
The first release of Guica 1.0 is available from https://www.assembla.com/spaces/guica/documents/tag/release. For all inquiries, please contact Premek Brada 02 December 2010, 17:11
by
- Changed lines 21-22 from:
Release of Guica 1.0 is scheduled for mid-June 2010. For all inquiries, please contact Premek Brada to:
The first release of Guica 1.0 is available from https://www.assembla.com/spaces/guica/documents. For all inquiries, please contact Premek Brada 24 May 2010, 14:22
by
- Changed lines 23-24 from:
The Guica tool is Copyright (c) 2010 University of West Bohemia. Authors: Stepan Cais, Tomas Kabicek, Josef Vyskocil, Jan Zaruba; with input from Premek Brada. to:
The Guica tool is Copyright © 2010 University of West Bohemia. Authors: Stepan Cais, Tomas Kabicek, Josef Vyskocil, Jan Zaruba; with input from Premek Brada. 24 May 2010, 14:22
by
- Added lines 23-24:
The Guica tool is Copyright (c) 2010 University of West Bohemia. Authors: Stepan Cais, Tomas Kabicek, Josef Vyskocil, Jan Zaruba; with input from Premek Brada. 24 May 2010, 14:18
by
- Changed lines 3-4 from:
![]() to:
![]() What it DoesGuica is a tool which makes it easy to manage components in a running OSGi framework, effectively replacing (most of) the command line interface. It provides an intuitive GUI and is framework independent. How to run GuicaPrerequisites: Java 6 and a OSGi framework installation (tested with Felix 2.0 and Equinox). Guica is distributed as a single bundle. Run the framework, install the Guica bundle and start it in a standard manner (it has no external dependencies except for OSGi system bundle, Swing and XML libraries). Using Guica is highly intuitive. The main panel shows all bundles installed in the framework, icons left of bundle names indicate bundle status. Clicking on bundle name shows its manifest headers in the Properties panel, opening its tree node shows exported/imported features. The toolbar on the top can be used to manage bundle lifecycle (start, stop, update, uninstall). Guica can be pointed to a local directory acting as bundle repository, using Interested?Release of Guica 1.0 is scheduled for mid-June 2010. For all inquiries, please contact Premek Brada
24 May 2010, 13:57
by
- Added lines 3-4:
![]() Changed lines 7-8 from:
Program Guica je software pro usnadnění práce s komponentami. Je náhradou za systém příkazového řádku. Program poskytuje jednoduché ovládání, díky to:
Program Guica je software pro usnadnění práce s komponentami v technologii OSGi. Je náhradou za systém příkazového řádku. Program poskytuje jednoduché ovládání, díky kterému uživatel intuitivně pracuje s komponentami. Software je nezávislý na implementaci OSGi a díky tomu není uživatel závislý na určitém aplikačním prostředí. Changed line 11 from:
Pro spuštění programu je nutné mít nainstalovanou Javu verze 6. Dále je potřeba mít nainstalovaný alespoň jeden framework, na kterém program poběží. to:
Pro spuštění programu je nutné mít nainstalovanou Javu verze 6. Dále je potřeba mít nainstalovaný alespoň jeden framework, na kterém program poběží. Jedná se o frameworky Felix a Equinox. Changed lines 19-20 from:
Program se ovládá pomocí jednohuchého menu. Význam ikon je intuitivní, aby byla práce s program co nejjjednodušší. Ikony u bundlů signalizují jejich stav(běžící, naistalovaný a zastavený). to:
Program se ovládá pomocí jednohuchého menu. Význam ikon je intuitivní, aby byla práce s program co nejjjednodušší. Ikony u bundlů signalizují jejich stav (běžící, naistalovaný a zastavený). 24 May 2010, 13:51
by
- Changed line 27 from:
Podrobné informace o práci s Guica Attach:dokumentace to:
Podrobné informace o práci s Guica obsahuje uživatelský manuál. 16 May 2010, 22:12
by
- Changed line 27 from:
Podrobné informace o práci s Guica Attach:dokumentace.do Δ to:
Podrobné informace o práci s Guica Attach:dokumentace 16 May 2010, 22:12
by
- Changed line 27 from:
to:
Podrobné informace o práci s Guica Attach:dokumentace.do Δ 16 May 2010, 22:10
by
- Changed line 27 from:
to:
16 May 2010, 22:10
by
- Changed line 27 from:
Podrobné informace o práci s Guica Atach:dokumentace? to:
Podrobné informace o práci s Guica dokumentace? 16 May 2010, 22:09
by
- Changed line 27 from:
Podrobné informace o práci s Guica Atach:dokumentace? to:
Podrobné informace o práci s Guica Atach:dokumentace? 16 May 2010, 22:08
by
- Changed line 27 from:
Podrobné informace o práci s Guica [[Atach:dokumentace? to:
Podrobné informace o práci s Guica Atach:dokumentace? 16 May 2010, 22:08
by
- Changed line 27 from:
Podrobné informace o práci s Guica dokumentace to:
Podrobné informace o práci s Guica [[Atach:dokumentace? 16 May 2010, 22:05
by
- Changed line 27 from:
Podrobné informace o práci s GuicaAttach:dokumentace to:
Podrobné informace o práci s Guica dokumentace 16 May 2010, 22:04
by
- Changed line 27 from:
tady je ikona Attach:stop to:
Podrobné informace o práci s GuicaAttach:dokumentace 16 May 2010, 22:03
by
- Changed line 27 from:
tady je ikona Attach:stop.png Δ to:
tady je ikona Attach:stop 16 May 2010, 21:57
by
- Changed lines 24-27 from:
to:
14 May 2010, 20:14
by
- Changed line 12 from:
Spusťtě Felix nebo Equinox a nainstalujte aplikaci příkazem to:
Spusťte Felix nebo Equinox a nainstalujte aplikaci příkazem 14 May 2010, 19:51
by
- Changed lines 20-22 from:
to:
14 May 2010, 18:25
by
- Changed lines 13-14 from:
Pro spuštění GUICA spusťte naistalovaný bundle start to:
Pro spuštění GUICA spusťte naistalovaný bundle 14 May 2010, 18:23
by
- Changed lines 17-18 from:
Program se ovládá pomocí jednohuchého menu. Význam ikon je intuitivní, aby byla práce s program co nejjjednodušší. to:
Program se ovládá pomocí jednohuchého menu. Význam ikon je intuitivní, aby byla práce s program co nejjjednodušší. Ikony u bundlů signalizují jejich stav(běžící, naistalovaný a zastavený). 14 May 2010, 18:21
by
- Changed line 12 from:
Spusťtě Felix nebo Equinox a nainstalujte aplikaci příkazem to:
Spusťtě Felix nebo Equinox a nainstalujte aplikaci příkazem Added lines 14-22:
OvládáníProgram se ovládá pomocí jednohuchého menu. Význam ikon je intuitivní, aby byla práce s program co nejjjednodušší. V programu lze
14 May 2010, 17:52
by
- Changed lines 12-13 from:
Spusťtě Felix nebo Equinox a nainstalujte aplikaci příkazem to:
Spusťtě Felix nebo Equinox a nainstalujte aplikaci příkazem 14 May 2010, 17:52
by
- Changed line 12 from:
Spusťtě Felix nebo Equinox a nainstalujte aplikaci příkazem to:
Spusťtě Felix nebo Equinox a nainstalujte aplikaci příkazem 14 May 2010, 17:52
by
- Changed line 13 from:
Pro spuštění GUICA spusťte naistalovaný bundle start to:
Pro spuštění GUICA spusťte naistalovaný bundle start 14 May 2010, 17:51
by
- Added line 13:
Pro spuštění GUICA spusťte naistalovaný bundle start 14 May 2010, 17:50
by
- Added lines 11-12:
Spusťtě Felix nebo Equinox a nainstalujte aplikaci příkazem 14 May 2010, 17:39
by
- Changed line 10 from:
Instalace a spuštění frameworku Felix je popsáno na http://felix.apache.org/site/apache-felix-framework-usage-documentation.html. Návod na instalaci a spuštění frameworku Equinox pod Eclipse je popsán na http://www.vogella.de/articles/OSGi/article.html. to:
Instalace a spuštění frameworku Felix je popsáno na http://felix.apache.org/site/apache-felix-framework-usage-documentation.html. Návod na instalaci a spuštění frameworku Equinox pod Eclipse je popsán na http://www.vogella.de/articles/OSGi/article.html. 14 May 2010, 17:39
by
- Changed lines 5-6 from:
Program Guica je software pro usnadnění práce s komponentami. Je náhradou za systém příkazového řádku. to:
Program Guica je software pro usnadnění práce s komponentami. Je náhradou za systém příkazového řádku. Program poskytuje jednoduché ovládání, díky Changed line 9 from:
Pro spuštění programu je nutné mít nainstalovanou Javu verze 6. Dále je potřeba mít nainstalovaný alespoň jeden framework, na kterém program poběží. Jedná se o frameworky Felix a Equinox. to:
Pro spuštění programu je nutné mít nainstalovanou Javu verze 6. Dále je potřeba mít nainstalovaný alespoň jeden framework, na kterém program poběží. 14 May 2010, 17:38
by
- Changed lines 5-6 from:
Program Guica je software pro usnadnění práce s komponentami. Je náhradou za systém příkazového řádku. Program poskytuje jednoduché ovládání, díky kterému uživatel intuitivně pracuje s komponentami. Software je nezávislý na implementaci OSGI a díky tomu není uživatel závislý na určitém aplikačním prostředí. to:
Program Guica je software pro usnadnění práce s komponentami. Je náhradou za systém příkazového řádku. 14 May 2010, 17:36
by - 14 May 2010, 17:36
by - 14 May 2010, 17:36
by
- Changed lines 1-10 from:
Vítejte v GUICA! to:
GUICA (Graphical User Interface for Component Administration)Popis programuProgram Guica je software pro usnadnění práce s komponentami. Je náhradou za systém příkazového řádku. Program poskytuje jednoduché ovládání, díky kterému uživatel intuitivně pracuje s komponentami. Software je nezávislý na implementaci OSGI a díky tomu není uživatel závislý na určitém aplikačním prostředí. Popis spuštěníPro spuštění programu je nutné mít nainstalovanou Javu verze 6. Dále je potřeba mít nainstalovaný alespoň jeden framework, na kterém program poběží. Jedná se o frameworky Felix a Equinox. Instalace a spuštění frameworku Felix je popsáno na http://felix.apache.org/site/apache-felix-framework-usage-documentation.html. Návod na instalaci a spuštění frameworku Equinox pod Eclipse je popsán na http://www.vogella.de/articles/OSGi/article.html. 11 May 2010, 11:51
by
- Added line 1:
Vítejte v GUICA! |