Internal Website Search

31-40 of 200 resultsRefresh

Database is erased after deploying a new web application version

Hello, I'm a new ObjectDB user and currently working on a Java web ... ;a new version of the web application (WAR file) and deploy it from Tomcat's manager, I get a new ... is located in a directory that is cleaned by the web server on every new deployment

JPA / JDO Class Enhancer

web/maven">JPA Web Application web applications the web server or application server has to be run

Privacy Policy

>Web Beacons: Certain sections of our Service and our emails may contain small electronic files known as web beacons (also referred to as clear gifs, pixel tags, and single-pixel gifs ... , while Session Cookies are deleted as soon as You close Your web browser. We use

Step 4: Add a Controller Class

In this step we will add a Spring Controller to manage guestbook web ... .Autowired; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.servlet.ModelAndView; @Controller public

Step 5: Add a JSP Page

> Open the [New JSP File] dialog box by right clicking the Web Pages node(in ... .dtd"> <html> <head> <title>JPA Guest Book Web Application ... ; <iframe src="http://www.objectdb.com/pw.html?web-netbeans" frameborder="0

Step 5: Add a JSP Page

the [Package Explorer] window), selecting New > Other... > Web > JSP FileWeb Application Tutorial</title> < ... ://www.objectdb.com/pw.html?web-eclipse" frameborder="0" scrolling="no" width="100%" height

Step 5: Add a JSP Page

: Open the [New JSP File] dialog box by right clicking the WEB-INF node under the Web Pages node (in the [Projects] window) and selecting New > JSP...exactly that case sensitive class name. The Folder should be WEB-INF (to prevent

Step 5: Add a JSP Page

: Open the [New JSP File] dialog box by right clicking WEB-INF under src/main/webapp (in the [Package Explorer] window), selecting New > Other... > Web ... >The parent folder should be WEB-INF (to prevent direct access to the JSP bypassing Spring).

[ODB1] Chapter 8 - ObjectDB Server

applications (such as web applications) where the same username and password can be shared by ... is very similar to the document root directory of a web server. Every file in the data directory or in ... to a web server, which can serve either a single website or multiple websites of one or more users

[ODB1] Chapter 5 - JDO Connections

. For instance, in a web application it is very common to establish a separate database connection for every web request. In general, holding a database connection open for longer than necessary is not ... >PersistenceManager instances are usually obtained for short term use (for example, per web request