I kindly request any of you guys to answer this question.
George Brown
Ranch Hand
Joined: Sep 26, 2000
Posts: 919
posted
0
I'm not sure why you'd want to get locales from the EJB. If I was to do something like that I wouldn't use an EJB. I'd use a servlet/JSP combination, with either resource bundles -or- a JSP page per locale (Servlet serving up the relevant one) -or- pass a value object from the servlet to the JSP page with locale info therein. A design decision would need to be made depending upon what you wanted to do. You may want to post a question on this topic to the Servlets & JSPs forum. I hope that helps.
Erin Baron
Greenhorn
Joined: Nov 01, 2000
Posts: 26
posted
0
George, I mean to say , I have a documentation saying A)Architecture 1)Supporting multiple locales from single Platform 2)Utilization of session variables, personalization objects, cookies, etc........ B)String/content externlization 1)Recommnedation 2)code sample 3)known issues C)NLS i)Number Formatting 1)Recommnedation 2)code sample 3)known issues ii)Currency 1)Recommnedation 2)code sample 3)known issues iv)Date 1)Recommnedation 2)code sample 3)known issues v)Sorting/collation 1)Recommnedation 2)code sample 3)known issues vi)2Byte Characters 1)Recommnedation 2)code sample 3)known issues