blob: eca9a7432ca352a144db3ab4b78cd781f9c3ebe8 [file] [log] [blame]
#
# Copyright (c) 2017, 2018 Oracle and/or its affiliates. All rights reserved.
#
# This program and the accompanying materials are made available under the
# terms of the Eclipse Public License v. 2.0, which is available at
# http://www.eclipse.org/legal/epl-2.0.
#
# This Source Code may also be made available under the following Secondary
# Licenses when the conditions for such availability set forth in the
# Eclipse Public License v. 2.0 are satisfied: GNU General Public License,
# version 2 with the GNU Classpath Exception, which is available at
# https://www.gnu.org/software/classpath/license.html.
#
# SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
#
#Default resource bundle for english locale
greeter_title=Greeter
hello_world=Hello World
good=Good
enjoy_your=Enjoy your
greeting_servlet=GreeterServlet is executing
retrieving_jndi=Retrieving JNDI initial context
exception=Exception creating InitialContext
looking_up=Looking up greeter bean home interface
looking=Looking up
greeter_bean=Greeter bean home not found
is_registered=Is bean registered with JNDI
creating=Creating the greeter bean
could_not=Could not create the greeter bean
getting=Getting the message from the greeter bean
got=Got this message from greeter bean
storing=Storing the message in request object
dispatching=Dispatching JSP for output
call=Call a session bean from a servlet and deliver result via a JSP