This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Customer -> Manager > calculate 1 + 2 = ? | |
Manager -> Developer > FYI | |
Developer -> Manager > 3 | |
Manager -> Lead > FYA | |
Lead -> Manager > how 3 why 3 what 3 ? | |
Manager -> Developer > FYI | |
Developer -> Manager > '+' is addition, 1 and 2 are integers | |
Manager -> Lead > FYA | |
Lead -> Manager > OK | |
Manager -> All > calls for a meeting |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// prepare SWID Tag processor | |
SwidProcessor processor = new DefaultSwidProcessor(); | |
((DefaultSwidProcessor) processor).setEntitlementRequiredIndicator(true) | |
.setProductTitle("NetLicensing") | |
.setProductVersion("2.1.0", 2, 1, 0, 0) | |
.setSoftwareCreator("Labs64", "regid.2010-04.com.labs64") | |
.setSoftwareLicensor("Labs64", "regid.2010-04.com.labs64") | |
.setSoftwareId("NLIC", "regid.2010-04.com.labs64") | |
.setTagCreator("Labs64", "regid.2010-04.com.labs64"); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<bean id="localhost" class="java.net.InetAddress" factory-method="getLocalHost"/> | |
<bean class="com.labs64.netlicensing.common.convert.schema.TokenToItemConverter"> | |
<property name="shopURL" value="#{localhost.canonicalHostName}/app/content/shop.xhtml?shoptoken=" /> | |
</bean> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type="application/ld+json"> | |
{ | |
"@context": "http://schema.org", | |
"@type": "EmailMessage", | |
"description": "NetLicensing Registration", | |
"action": { | |
"@type": "ConfirmAction", | |
"name": "Activate account", | |
"handler": { | |
"@type": "HttpActionHandler", |
NewerOlder