GT's Blog
Code snippets, technical articles, tips on computing and programming...
Pages
(Move to ...)
Type in Nepali Unicode Romanized - Convert Roman Nepali to Unicode Tool
▼
JPA EntityManager get Session Object in Hibernate
›
How to get Session object from JPA EntityManager With Hibernate (JPA 2.0 implementation), you would do: Steps: //1. Inject/Autowire ...
Hibernate Create Update Delete child objects - Best way
›
Hibernate Create Update Delete child objects - Best way
AngularJS Download File From Server - Best way with Java Spring Backend
›
Here's how you can download a file from server using AngularJS. In this example, the client sends a API call to Java server to downloa...
How browserSync actually works ?
›
How BrowserSync actually works ? BrowserSync starts a small Node.js server which injects a script ( as below) into the webpage that it...
BrowserSync local server proxy configuration
›
Integrate BrowserSync - with existing local server : In this example, I will show how we can configure BrowserSync - Grunt task with you e...
BrowserSync Grunt configuration - Multi browswer Live Reload
›
How to configure BrowserSync 's Live Reload feature with Grunt tasks : BrowserSync is capable of live reloading and syncing the chang...
BrowserSync vs LiveReload productivity boosters comparison
›
BrowserSync and LiveReload both are the cool tools that are aimed to improve the development workflow i.e., productivity of front-end develo...
Configuring Lombok on IntelliJ - Installation of Lombok plugin
›
How to install/configure Lombok plugin on IntelliJ IDEA : Steps : 1) Installation Using IDE built-in plugin system on Windows: File ...
MongoException$DuplicateKey: E11000 duplicate key error index - @Version
›
Obviously, we get this exception when we try to update/insert a document(record) with duplicate key field in MongoDB collection(table). Ther...
Spring MongoDB _id field mapping conventions
›
Java Spring MongoDB : '_id' field mapping : MongoDB requires that you have an '_id' field for all documents. If you don...
‹
›
Home
View web version