Todos: Difference between revisions

From Wiki RB4
 
(94 intermediate revisions by 3 users not shown)
Line 1: Line 1:
There is also a note in UweHeuer App -> Notes -> Computer ToDos
=Homepage=
=Homepage=
* Authentification
* [[Uweheuer#ToDos|see here]]
* Areas for Jacob
 
* Search
=BPM=
* http://training-course-material.com/training/Category:OCEB_T200 Training Material OCEB
* SOA
* [http://www.modeling-guidelines.org/ Signavio Modelling Guidelines]


=Mobile development=
=Mobile development=
http://javawebaction.blogspot.de/2012/04/html5-and-mobile-jsf-development-using.html 22 Minutes ff
#http://javawebaction.blogspot.de/2012/04/html5-and-mobile-jsf-development-using.html 32 Minutes ff


=Music=
#vimeo
* U2 - Electrical Storm
*Mobile Web:
* U2 - Ordinary Love
** pure HTML5 (POH5 = Plain Old HTML5 (CSS3, WebSockets, Canvas, WebStorgage, etc.))
* Linkin Park - Shadow of the Day
** 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]
* Depeche Mode - Personal Jesus
** 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]
* Sting - Fragile
** 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=
Line 19: Line 36:
**iShares Dax WKN 593 393
**iShares Dax WKN 593 393
**ISHARES DIVDAX WKN 263527
**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 25: 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?
* Does an entity needs to implement serializable? (probably not)
* 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]

Mobile development[edit]

  1. http://javawebaction.blogspot.de/2012/04/html5-and-mobile-jsf-development-using.html 32 Minutes ff
  1. vimeo

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