Advertisement
eulyanov

HY400 Bratislava

Oct 10th, 2017
767
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. --- Tuesday, October 10th
  2.  
  3. Initialize and Update:
  4. https://help.hybris.com/6.2.0/hcd/8bf4f76d86691014a29cf03f0616bdb7.html
  5.  
  6. Type System Documentation:
  7. https://help.hybris.com/6.2.0/hcd/8c755da8866910149c27ec908fc577ef.html
  8.  
  9. items.xml:
  10. https://help.hybris.com/6.2.0/hcd/8bffa9cc86691014bb70ac2d012708bc.html
  11.  
  12. Specifying a Deployment for Hybris Platform Types:
  13. https://help.hybris.com/6.2.0/hcd/8c6254f086691014b095a08a61d1efed.html
  14.  
  15. --- Wednesday, October 11th
  16.  
  17. !!! Put the entries below to your local.properties:
  18. tomcat.generaloptions=-Xmx4G -ea -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false -Dorg.tanukisoftware.wrapper.WrapperManager.mbean=true -Djava.endorsed.dirs="%CATALINA_HOME%/lib/endorsed" -Dcatalina.base=%CATALINA_BASE% -Dcatalina.home=%CATALINA_HOME% -Dfile.encoding=UTF-8  -Djava.util.logging.config.file=jdk_logging.properties -Djava.io.tmpdir="${HYBRIS_TEMP_DIR}"
  19. installed.tenants=junit
  20. adminserver.privileged.extensions=hac,backoffice
  21. lang.packs=en,de
  22. !!! Now using the hybrisserver.bat minimal you will have only /hac and /backoffice running, but startup time will decrease
  23.  
  24. !!! Modify the /hybris/config/tomcat/conf/server.xml as described below:
  25.     <Host     name="localhost"
  26.                         appBase="webapps"
  27.                         unpackWARs="false"
  28.                         autoDeploy="false">
  29.  
  30.     --->
  31.  
  32.     <Host     name="localhost"
  33.                         appBase="webapps"
  34.                         unpackWARs="false"
  35.                         autoDeploy="false"
  36.                         startStopThreads="0">
  37. !!! And run 'ant server' afterwards
  38.  
  39. --- Thursday, October 12th
  40.  
  41. An example of creating a service:
  42. https://help.hybris.com/6.2.0/hcd/8bcbf36d86691014b965bdd6abaefe5a.html
  43.  
  44. Data Validation Framework:
  45. https://help.hybris.com/6.2.0/hcd/8ba7f5a9866910148b749e7217fa45fa.html
  46.  
  47. JSR-000303 Bean Validation:
  48. jcp.org/aboutJava/communityprocess/final/jsr303/index.html
  49.  
  50. Administration Cockpit:
  51. https://help.hybris.com/6.2.0/hcd/8b4dbe5386691014a2dfc26d93773a85.html
  52.  
  53. --- Friday, October 13th
  54.  
  55. Documentation about Principals:
  56. https://help.hybris.com/6.2.0/hcd/8c797311866910149debcebff02be567.html
  57.  
  58. Type-Based Access Rights:
  59. https://help.hybris.com/6.2.0/hcd/8b4aa00e866910148df2920f69d68b27.html
  60.  
  61. Restrictions:
  62. https://help.hybris.com/6.2.0/hcd/8c428f8286691014970ceee87aa01605.html
  63.  
  64. Comparison of Access Rights:
  65. https://help.hybris.com/6.2.0/hcd/8b86b85686691014a073c5aefe2565b1.html
  66.  
  67. Configuring User Roles – Best Practices:
  68. https://help.hybris.com/6.2.0/hcd/8b8fd157866910148398d86b47a108ac.html
  69.  
  70. Documentation about new feature - Password Security Policies:
  71. https://help.hybris.com/6.2.0/hcd/dfeec89a46c64774892b46936d65d530.html
  72.  
  73. Password Change Auditing Feature:
  74. https://help.hybris.com/6.2.0/hcd/2e18017332f444599286e62cac5f9ab9.html#loio2e18017332f444599286e62cac5f9ab9
  75.  
  76. oauth2 Extension:
  77. https://help.hybris.com/6.2.0/hcd/3d3ea6a4d5fa486aa324ce278fa2afc3.html
  78.  
  79. Securing HAC Using Roles:
  80. https://help.hybris.com/6.2.0/hcd/5bfac051a46e4c17ac79c738ff739270.html
  81.  
  82. --- Homework
  83. https://wiki.hybris.com/pages/viewpage.action?spaceKey=pe&title=The+hybris+Developer+Story+-+hybris+5.X
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement