Pages
(Move to ...)
Home
Java
Android
Php
Cake PHP
jQuery
Grails
All Pages
▼
Tuesday, December 31, 2013
Hibernate/grails left join or inner join when using create criteria
›
Hibernate/grails left join or inner join or join when using create criteria. If you do not use 'CriteriaSpecification . LEFT_JOIN ...
Thursday, December 19, 2013
SOAP request in PHP with CURL
›
Php code to soap action via curl: <?php $xml = '<?xml version="1.0" encoding="utf-8"?>' . ...
3 comments:
Wednesday, December 18, 2013
Grails withNewSession
›
Please follow the following scenario: 1 . You are saving a domain object 'User' . 2 . You are trying to save another domain o...
Grails access HttpSession from service or from other src files
›
import org.springframework.web.context.request.RequestContextHolder; HttpSession session = RequestContextHolder . currentRequestAttribu...
Friday, December 13, 2013
Convert string to ascii and ascii to string using JAVA
›
Java code to convert string to ascii code and ascii code to string back Java Regex to convert string to ascii code and ascii code to str...
Thursday, December 12, 2013
Base64 encode/decode with JAVA
›
Java code to encode and decode base64 package pritom ; import sun.misc.BASE64Decoder ; import sun.misc.BASE64Encoder ; /** * ...
Checking if an element is hidden with jQuery
›
Html <form style= 'display: none' > <input id= 'name' type= 'text' style= 'display: inline-b...
‹
›
Home
View web version