Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Tag: Grails

GRAILS: Save Nesting Objects with XML Data

I created a REST service in Grails to accept data from a python script. The python script generates an XML representation of the object graph and submits it to the controller. Things are for my fla

October 21, 2021By Simo XML binding, data, Grails, nested, object, save, Used, XMLLeave a Comment

GRAILS – WAR packaging error: The encoded string is too long

I use grails 2.3.6 and I get the following error during execution

grails dev war Error:

|Compiling 84 GSP files for package [test]
.Error
|
WAR packaging error: encoded string too long : 79912 bytes How can I prevent this error?

I use grails 2.3.6 and I get the following error during execution

October 15, 2021By Simo Character code, error, Grails, Packaging, string, too long, WarLeave a Comment

GRAILS does not have the correct encoding Unicode character

In my grails application, unicode characters are not correctly encoded.

I use grails 1.3.7 and tomcat 7.0.22. Below This is the setting I configured for unicode support in my application:

October 15, 2021By Simo Character Characters, code, correct, Grails, no, uncodeLeave a Comment

Hibernate – GRAILS Domain Relationship

I have a class called School, which has many students, so now when I use School.read to read the school instance, I don’t want all students Have been taken out eagerly, so I changed the laziness of

October 12, 2021By Simo Hibernate domain name, Grails, Hibernate, relationshipLeave a Comment

Hibernate – GRAILS and PostgreSQL do not generate tables

So I have some simple domain classes, I make sure not to use any PostgreSQL (or any other vendor) reserved words. Executing grails schema-export will generate a DDL, when targeting the same When th

October 12, 2021By Simo Hibernate Grails, Hibernate, not born, PostgreSQLLeave a Comment

GRAILS default Hibernate cache configuration

The Grails 2.0.0 reference manual shows the following as the default Hibernate cache configuration

hibernate {
cache.use_second_level_cache=true
cache.use_query_cache=true
cache.provider_c

October 12, 2021By Simo Hibernate Cache, configuration, default, Grails, HibernateLeave a Comment

How to configure distributed cache in grails (do not use Terracota)

I want to deploy my application (Grails 1.3.5) in two or more tomcats (7.0). I managed to do it without problems, but now I want to use RMI configuration My cache (ehcache).

What I have done

October 3, 2021By Simo System Architecture Cache, configuration, distributed, Grails, How to, TerracotaLeave a Comment

GRAILS – How to retrieve the latest created database entry?

I have the following classes and need to manually add the nextId field.

class SomeIdClass {
Family family
Integer nextId = 0
long timeCreated = new Date().time } So far, I have been trying t

October 2, 2021By Simo Search Engines create, database, entry, Grails, how to retrieve, latestLeave a Comment

Where is GRAILS asset pipeline configuration grails.assets.excludes?

Where should I configure grails.assets.excludes for the Grails asset pipeline?

According to http://bertramdev.github.io/asset-pipeline/guide/configuration.html, you can include or exclude Ass

September 30, 2021By Simo Design Pattern Asset, Assets, configuration, Excludes, Grails, Grails.assets.exCludes, Pipe, WhereLeave a Comment
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress