aodagの日記: character encoding
日記 by
aodag
I've never used EJB.
Using it gives me that JDBC character encoding handling.
At least, when exchanging from native encoding to unicode is decided.
Servlet2.3 API decides filter and setEncoding, and that can use excellently setting character encoding in a lump.
But, Where should I write that during using EJB ?
I think applying that at Data Access Object is good.
Not all DBMS, however, unsupport multi-byte encoding.
Clearly switching is needed.
Can aspectJ meet my expectation ?
character encoding More ログイン