简体   繁体   English

是否有任何可用的种子堆栈培训

[英]is there any Seed-stack training available

I'm new to seed stack framework and looking for some training's or step by step tutorials.我是种子堆栈框架的新手,正在寻找一些培训或分步教程。

If anyone will help to understand this framework it would be a big help如果有人能帮助理解这个框架,那将是一个很大的帮助

If you will help me with below code example will be really appreciated如果你能帮助我下面的代码示例将不胜感激

•   Java  Config Example [Jobs and Steps config]
•   Learn to create and configure  batch’s JobExecutionListener (before and after job), StepExecutionListener (before and after step), ItemReadListener, ItemProcessListener, ItemWriteListener and SkipListener implementations with example.
•   Batch ItemProcessor Example
•   FlatFileItemReader – Read CSV Example
•   FlatFileItemWriter – Write to CSV File
•   MultiResourceItemReader – Read Multiple CSV Files Example
•   Delete or Archive Files After Processing
•   CSV to Database – Java Annotation Config Example

Not sure what you've already looked into but I recommend to go with the tutorial first.不确定您已经研究过什么,但我首先推荐 go教程 It will start with the basics and let you have a superficial look at various topics.它将从基础开始,让您对各种主题有一个肤浅的了解。 Follow it carefully.仔细跟随它。

Then read the core docs which explain basic topics (startup, shutdown, config, logging, security, REST, Web apps, ...).然后阅读解释基本主题的核心文档(启动、关闭、配置、日志记录、安全性、REST、Web 应用程序,...)。

When needed you can go further with:需要时,您可以进一步使用 go :

  • Business docs which explain how tactical Domain-Driven Design can be used to write you business code (model, logic, interfaces).解释如何使用战术领域驱动设计来编写业务代码(模型、逻辑、接口)的业务文档
  • Maven plugin docs which explain how you can execute and package your apps along with executing various tools. Maven 插件文档解释了如何执行和 package 您的应用程序以及执行各种工具。
  • Guides to learn about a particular topic.了解特定主题的指南
  • The add-on library to extend SeedStack with various technologies and products.使用各种技术和产品扩展 SeedStack的附加库 Each add-on has it's own docs.每个附加组件都有自己的文档。
  • The Javadoc for specifics about Java APIs.有关 Java API 的详细信息的 Javadoc
  • Code samples .代码示例

If you have any specific question, feel free to ask it here.如果您有任何具体问题,请随时在这里提问。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM