Todos: Difference between revisions
| (105 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
There is also a note in UweHeuer App -> Notes -> Computer ToDos | |||
=Homepage= | |||
* [[Uweheuer#ToDos|see here]] | |||
=BPM= | |||
* http://training-course-material.com/training/Category:OCEB_T200 Training Material OCEB | |||
* SOA | |||
* [http://www.modeling-guidelines.org/ Signavio Modelling Guidelines] | |||
=Mobile development= | |||
#http://javawebaction.blogspot.de/2012/04/html5-and-mobile-jsf-development-using.html 32 Minutes ff | |||
#vimeo | |||
*Mobile Web: | |||
** pure HTML5 (POH5 = Plain Old HTML5 (CSS3, WebSockets, Canvas, WebStorgage, etc.)) | |||
** based on AeroGear, example by [https://community.jboss.org/wiki/GetStartedWithHTML5MobileWebDevelopmentWithJBoss JBoss Start from Scratch HTML5 Project] or by sample [https://community.jboss.org/wiki/HTML5MobileQuickstartArchetypeDeepDive JBoss kitchensink-html5-mobile] | |||
** based on [[jQueryMobile|jQuery mobile]], see tutorial by [http://www-stg.jboss.org/stg/ticket-monster/ JBoss ticket monster] ([http://www.redhat.com/rhecm/rest-rhecm/jcr/repository/collaboration/jcr:system/jcr:versionStorage/bde54a8e0a0526023f84ea9a5b3fa8b0/15/jcr:frozenNode/rh:resourceFile PDF]) implemented as eclipse project 'MyFirstJEEWebProjectFromScratch' and [http://t3n.de/news/jquery-mobile-grundlegende-konzepte-funktionsweisen-326279/ jQuery mobile tutorial] | |||
** based on [[JavaJEEJSF|Java Server Faces]], see [https://community.jboss.org/wiki/JSFAndTheMobileWeb example] | |||
** based on RichFaces, see [https://community.jboss.org/wiki/GettingStartedWithMobileRichFaces example] | |||
** based on Kendo UI Mobile | |||
** Maintenance Menu | |||
*** crypting | |||
*** authenticate | |||
*Native Mobile: | |||
**OS specific | |||
*Hybrid Apps: | |||
** based on [[ApacheCordova|Apache Cordova]], there is a video with an introduction of a new [http://www.youtube.com/watch?v=hbZ-wZCJ7Xs eclipse wizard] (not available in local eclipse installation) | |||
** based on JBoss Aerogear??? | |||
** based on PhoneGap | |||
** based on AppCelerator | |||
=Finance= | =Finance= | ||
*ETF (Exchange Traded Fund) | *ETF (Exchange Traded Fund) | ||
*hohe Dividendenrendite | *hohe Dividendenrendite | ||
**iShares Dax WKN 593 393 | |||
**ISHARES DIVDAX WKN 263527 | |||
*Candidates | |||
** iShares Core MSCI World UCITS ETF (WKN A0RPWH) von Blackrock | |||
** ComStage MSCI World TRN UCITS ETF (WKN ETF110) der Commerzbank | |||
** db x-trackers MSCI World Index UCITS ETF (WKN A1XB5U) der Deutschen Bank | |||
=Java= | =Java= | ||
| Line 8: | Line 46: | ||
* does an ejb needs an explicit empty ctor? | * does an ejb needs an explicit empty ctor? | ||
* Note that, since this is a session bean, a transaction is automatically begun when the register() method is called, and committed when it? | * Note that, since this is a session bean, a transaction is automatically begun when the register() method is called, and committed when it? | ||
* reflection umgeht access modifier | * reflection umgeht access modifier | ||
* debugging jboss | * debugging jboss | ||
Latest revision as of 10:44, 18 March 2020
There is also a note in UweHeuer App -> Notes -> Computer ToDos
Homepage[edit]
BPM[edit]
- http://training-course-material.com/training/Category:OCEB_T200 Training Material OCEB
- SOA
- Signavio Modelling Guidelines
Mobile development[edit]
- vimeo
- Mobile Web:
- pure HTML5 (POH5 = Plain Old HTML5 (CSS3, WebSockets, Canvas, WebStorgage, etc.))
- based on AeroGear, example by JBoss Start from Scratch HTML5 Project or by sample JBoss kitchensink-html5-mobile
- based on jQuery mobile, see tutorial by JBoss ticket monster (PDF) implemented as eclipse project 'MyFirstJEEWebProjectFromScratch' and jQuery mobile tutorial
- based on Java Server Faces, see example
- based on RichFaces, see example
- based on Kendo UI Mobile
- Maintenance Menu
- crypting
- authenticate
- Native Mobile:
- OS specific
- Hybrid Apps:
- based on Apache Cordova, there is a video with an introduction of a new eclipse wizard (not available in local eclipse installation)
- based on JBoss Aerogear???
- based on PhoneGap
- based on AppCelerator
Finance[edit]
- ETF (Exchange Traded Fund)
- hohe Dividendenrendite
- iShares Dax WKN 593 393
- ISHARES DIVDAX WKN 263527
- Candidates
- iShares Core MSCI World UCITS ETF (WKN A0RPWH) von Blackrock
- ComStage MSCI World TRN UCITS ETF (WKN ETF110) der Commerzbank
- db x-trackers MSCI World Index UCITS ETF (WKN A1XB5U) der Deutschen Bank
Java[edit]
- Use of Collections
- Exceptions
- does an ejb needs an explicit empty ctor?
- Note that, since this is a session bean, a transaction is automatically begun when the register() method is called, and committed when it?
- reflection umgeht access modifier
- debugging jboss