Blog
-
download.oracle.com (doc): WebLogic Scripting Tool
Using the WebLogic Scripting Tool:
“The WebLogic Scripting Tool (WLST) is a command-line scripting interface that system administrators and operators use to monitor and manage WebLogic Server instances and domains. The WLST scripting environment is based on the Java scripting interpreter, Jython. In addition to WebLogic scripting functions, you can use common features of interpreted languages, including local variables, conditional variables, and flow control statements. WebLogic Server developers and administrators can extend the WebLogic scripting language to suit their environmental needs by following the Jython language syntax. See http://www.jython.org.” -
Apache Tomcat: Catalina, Coyote, Jasper
Apache Tomcat – Wikipedia, the free encyclopedia
Catalina is Tomcat’s servlet container.
-
InformIT: Software Configuration Management Patterns: Effective Teamwork, Practical Integration
Amazon.de: 9780201741179: “Software Configuration Management Patterns: Effective Teamwork and Practical Integration (Software Patterns Series)” Buy a used book through Amazon!
InformIT: Software Configuration Management Patterns: Effective Teamwork, Practical Integration
Looks like there is no e-book version of it.
-
the Git SCM
- https://git-scm.com
- https://git-scm.com/book – the online Pro Git book – quite a nice introduction (– and probably more than that)
what about GUIs?
- https://git-scm.com/downloads/guis
- https://git-scm.com/download/gui/linux – there are not just the “built-in GUI” tools
- https://git-scm.com/docs/git-gui – (“built-in”) GUI tool for committing
- https://git-scm.com/docs/gitk – (“built-in”) GUI tool for browsing
…
