Todos: Difference between revisions

From Wiki RB4
 
(76 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=
Line 8: Line 13:


#vimeo
#vimeo
*Mobile Web with pure HTML5 (POH5 = Plain Old HTML5 (CSS3, WebSockets, Canvas, WebStorgage, etc.)), ArtifiactID=jboss-html5-mobile-archetype:
*Mobile Web:
** based on jQuery???
** pure HTML5 (POH5 = Plain Old HTML5 (CSS3, WebSockets, Canvas, WebStorgage, etc.))
** based on [[JavaJEEJSF|Java Server Faces]]
** 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:  
*Native Mobile:  
**OS specific
**OS specific
Line 16: Line 28:
** 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 [[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 JBoss Aerogear???
 
** based on PhoneGap
=Music=
** based on AppCelerator
* U2 - Sweetest Thing
* Linkin Park - Shadow of the Day
* Depeche Mode - Personal Jesus
* Sting - Fragile
* U2 - The Ground beneath his feet


=Finance=
=Finance=
Line 29: 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 35: 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