Hybris Qualifications

Required Qualifications:

-years’ experience with enterprise software projects including Java development

-Full Project Lifecycle experience, including requirements gathering, development, configuration and operation

-Experienced in business process analysis and data modeling

-Strong Java programming skill and experienced in Web development technologies including, HTML, CSS and JavaScript (familiar with main stream JS lib like JQuery, Dojo etc.)

-Experienced in Web Experiences of JAVA server application development (familiar with J2EE development and also Spring framework)

-Industry background preferable, e.g. Insurance, Banking, Logistics, Manufacturing, Retail

-Experienced with OO design and also familiar with design patterns.

-Exceptional verbal and written English communication skills with the ability to effectively communicate with a diverse group of customers, partners, and colleagues

Preferred Qualifications:

-Knowledge of E-commerce solution and business processes

-Knowledge of hybris E-commerce is a plus

-System integration and system administration experience is a plus

PREFERRED EXPERIENCE/SKILL

-Spring-based, consumer facing web-based products, preferably commerce applications involving integration with legacy and external systems

-Familiar with popular JEE development tools and technologies such as Git, Eclipse, JUnit, Tomcat, Jira, etc.

-Able to lead an agile team of 4 - 7 developers, QA Specialists, UI designers and Technical Writers in technical areas such as high and low-level design and coding best practice

-Able to communicate in English (all Hybris technical documentation and technical discussions are in English)

-Knowledge of continuous integration/delivery, SOLR and Lucene searching, RESTful web services, and automated testing frameworks useful

MINDSET

-Result-driven

-Self-motivator

-Fast learner

-Passion for software development

时间: 2024-08-08 18:36:38

Hybris Qualifications的相关文章

hybris Models

---恢复内容开始--- Models是hybris项目中的一种表现形式,每个item中的配置都有一个与之对应的models类.一个Model包含不同扩展中这个项目的所有属性,从而能直接访问到项目中所有的数据. 他比我们正常JAVA中的pojo要更轻量级并且不需要存储,因此更容易模拟和测试. 基本 Model hybris 有2个基础的Model 1.generation Model类,hybris  Commerce Suite 编译时完成 2.Model 生命周期,在hybris  Comm

Hybris架构总述

Hello Hybris!

Hybris商品图片导入与压缩有关的配置

1.   在电脑上安装 ImageMagick 软件(windows平台还需要安装VC++),下载路径:http://www.imagemagick.org/script/download.php#windows 在local.properies文件配置安装路径和配置文件路径: Windows版本的,安装好后,需要把magic.exe文件重命名为 convert.exe  2.   导入 JomooMedia.impex文件中的脚本 INSERT_UPDATE ConversionMediaFo

Hybris电商方案介绍(企业全渠道) B2B B2C O2O建设

1). 什么是Hybris: hybris software成立于1997年,2013年与SAP整合,成为SAP旗下的一份子,提供全渠道客户互动与商务解决方案,该解决方案能够为各机构提供客户的实时背景,借此向客户提供合理.有效的体验,并利用各个客户触点.渠道和方式销售更多产品.服务和数字内容. hybris商务套件和hybris市场营销产品是SAP客户互动与商务套件解决方案的核心. 2).什么是"企业全渠道"营销 一句话就是 给企业带来了更多的流量和高曝光率,让流量及曝光率更上一层楼,

Hybris 预备知识学习列表

需要学习的: Spring,Spring对于hybris非常重要,整个hybris是基于spring的架构之上. 包括例如spring mvc,spring security, 设计模式 软件构建工具 ant/maven 需要了解的词 ant, maven, Tomcat, Spring, Solr, lucene, Web Service, Rest, ORM, Façade 为什么有的是hybrid 有的是hybris 两个是一样的东西吗

hybris 异步另起线程

1 2 3 import de.hybris.platform.core.Registry; 4 import de.hybris.platform.core.TenantAwareThreadFactory; 5 6 private static final ExecutorService EXECUTEOR = java.util.concurrent.Executors.newFixedThreadPool(10); 7 8 if(Boolean.TRUE.toString().equal

hybris interceptor 应用于对象保存前的数据验证

package com.aaa.backoffice.Interceptors; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import com.aaa.core.model.CAHOrderApprovedConfigModel; import com.aaa.core.services.util.

hybris cornjob

Defining the Job Create a new java class SendRankingJob in the package de/hybris/platform/cuppytrail/jobs: src/de/hybris/platform/cuppytrail/jobs/SendRankingJob.java /*  * [y] hybris Platform  *  * Copyright (c) 2000-2011 hybris AG  * All rights rese

hybris impex 文件在初始化和更新时的自动执行情况

It is possible to hook ServiceLayer code into the hybris initialization and update life-cycle events, thus providing means for creating essential and project data for a given extension. It can be done using @SystemSetup annotation in any ServiceLayer