Java Spring: Template Engines Freemarker: FreeMarker templating engine Velocity: Velocity templating engine: requires Spring Boot >=1.1.6.RELEASE and <1.4.0.M2 Groovy Templates: Groovy templating engine Thymeleaf: Thymeleaf templating engine, including integration with Spring Mustache: Mustache templating engine From: http://sitestree.com/?p=10912 Categories:RootTags: Post Data:2017-07-28 21:53:16 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com …
Category: FromSitesTree.com
Apr 10
Java Spring: Components to Deal with Database (SQL Aspect) #Root
Java Spring: Components to Deal with Database (SQL Aspect) JPA: Java Persistence API including spring-data-jpa, spring-orm and Hibernate JOOQ: Persistence support using Java Object Oriented Querying MyBatis: Persistence support using MyBatis JDBC: JDBC databases H2: H2 database (with embedded support) HSQLDB: HSQLDB database (with embedded support) Apache Derby: Apache Derby database (with embedded support) MySQL: …
Apr 10
Java Spring and I/O #Root
Java Spring and I/O Batch: Spring Batch including HSQLDB database Integration: Common spring-integration modules Quartz Scheduler: Schedule jobs using Quartz: requires Spring Boot >=2.0.0.M2 Activiti: Activiti BPMN workflow engine Apache Camel: Integration using Apache Camel JMS (ActiveMQ): Java Message Service API via Apache ActiveMQ JMS (Artemis): Java Message Service API via Apache Artemis JMS (HornetQ): …
Apr 10
Java Spring and Social #Root
Java Spring and Social Social Facebook: spring-social-facebook LinkedIn: spring-social-linkedin Twitter: spring-social-twitter From: http://sitestree.com/?p=10922 Categories:RootTags: Post Data:2017-07-28 22:30:46 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada
Apr 09
What is Brew? Brew Commands? MacOs #Root
A package manager for Mac. Brew Installs some useful packages that Mac Does not install own it’s own. A list of some Brew packages: https://github.com/Homebrew/homebrew-core/tree/master/Formula These packages are Ruby Gems. Gems are ruby packages. Brew Commands brew install git brew upgrade git brew unlink git brew link git brew switch git 2.5.0 …
Apr 09
Buy Full-page view ads, Interstitial ads from Justetc #Root
Buy Full-page view ads, Interstitial ads from Justetc Your web-sites need visitors to succeed and to make sales. VisitorsShop operates an online advertising platform built with our own network of web-sites as well as search and ad network partners to deliver high quality, geographically targeted website traffic at reasonable prices to businesses. With VisitorsShop’s innovative …
Apr 09
WHM and Cpanel Overview : Hosting Control Panel Overview #Root
WHM and Cpanel Overview : Hosting Control Panel OverviewWHM and Cpanel Overview : Hosting Control Panel Overview[youtube https://www.youtube.com/watch?v=RdLpBjMBNWU?feature=player_detailpage&w=640&h=360] From: http://sitestree.com/?p=5349 Categories:RootTags: Post Data:2010-07-02 14:48:12 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada
Apr 09
Laravel API Stuff #Root
Laravel API Stuff https://github.com/esbenp/larapi http://esbenp.github.io/2016/04/11/modern-rest-api-laravel-part-1/ From: http://sitestree.com/?p=10432 Categories:RootTags: Post Data:2017-02-26 22:53:20 Shop Online: https://www.ShopForSoul.com/ (Big Data, Cloud, Security, Machine Learning): Courses: http://Training.SitesTree.com In Bengali: http://Bangla.SaLearningSchool.com http://SitesTree.com 8112223 Canada Inc./JustEtc: http://JustEtc.net (Software/Web/Mobile/Big-Data/Machine Learning) Shop Online: https://www.ShopForSoul.com/ Medium: https://medium.com/@SayedAhmedCanada
Apr 09
C#: Handling Multiple Keyboards and Multiple Microphones in the Same Software #Root
Brought from our old-site: http://salearningschool.com/displayArticle.php?table=Articles&articleID=1048&title=C#:%20Handling%20Multiple%20Keyboards%20and%20Multiple%20Microphones%20in%20the%20Same%20Software I was working for software that needed multiple keyboards support along with multiple microphones support; sure in C#, Visual Studio, and MS Access Database. Multiple keyboards Support: Detecting multiple keyboards/devices: GetRawInputDeviceList( IntPtr.Zero, ref deviceCount, (uint)dwSize ) returns the number of devices detected You can get a project that detects multiple …
Apr 09
Attributes of a Web Method (.Net, XML Programming) #Root
Brought from: http://salearningschool.com/displayArticle.php?table=Articles&articleID=1118&title=Advanced%20XML%20Web%20Services%20Programming Attributes of a web method. Using attributes, you can define the behavior of the methods exposed. Syntax VB.net Public Function …. C# [WebMethod (BufferResponse=false)] public int HelloWorld(){ …… } We just used BufferResponse attribute in the method declaration above. Some other attributes: Attributes: BufferResponse: Should the response be buffered? CacheDuration: Number of …
