Account Options

  1. Sign in
The old Google Groups will be going away soon.
Switch to the new Google Groups.
Google Groups Home
« Groups Home
EntranceServlet and the Entrance Java API
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  2 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Tod Landis  
View profile  
 More options May 21 2010, 7:26 pm
From: Tod Landis <t...@dbentrance.com>
Date: Fri, 21 May 2010 16:26:44 -0700 (PDT)
Local: Fri, May 21 2010 7:26 pm
Subject: EntranceServlet and the Entrance Java API

ENTRANCESERVLET
There is a new download of EntranceServlet, bundled as a web
application (WAR file) here:
http://dbentrance.com/test/entrance.war

To install it in a Java server, e.g. Tomcat, copy the WAR file into
your server 'webapps' directory, then stop and start the server.  You
will also need to configure the servlet by making changes in its
'web.xml' as described on this link:  <a href="http://dbentrance.com/
newdocs/servlet.html"</a>

There have been a few changes, please give feedback.  By default,
files with extension '.plotql' in the webapps/entrance directory are
now handled by the servlet.  There is no longer a notion of the
"script-root".  Also, Entrance URLs are simplified, e.g. these  URLs
work
  http://localhost:8080/example.plotql
  http://localhost:8080/colors.plotql?width=400&height=200
  http://localhost:8080/quakes/earthquakesToday.plotql

EntranceServlet is released subject to GPL v. 2, and its sources are
now included with the community sources download:
http://dbentrance.com/test/srcCommunity.zip

ENTRANCE JAVA API
If you prefer to "roll your own" Entrance application, there is a new
document describing the Java API:
http://dbentrance.com/newdocs/api.html

Among other things, this document shows you how to add new chart types
which plotql scripts in the servlet can invoke.

- Tod

--
You received this message because you are subscribed to the Google Groups "Entrance" group.
To post to this group, send email to dbentrance@googlegroups.com.
To unsubscribe from this group, send email to dbentrance+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dbentrance?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Tod Landis  
View profile  
 More options May 21 2010, 7:48 pm
From: Tod Landis <t...@dbentrance.com>
Date: Fri, 21 May 2010 16:48:57 -0700 (PDT)
Local: Fri, May 21 2010 7:48 pm
Subject: Re: EntranceServlet and the Entrance Java API
After you start EntranceServlet you can see a welcome page:
by navigating to:http://lcoalhost:8080/entrance/
When you have the web.xml settings right, there will be a litte
chart at the top of the page

Also, I misspoke: the sample URLs should have included "/entrance"
in them like this:
  http://localhost:8080/entrance/hello.plotql
  http://localhost:8080/entrance/colors.plotql?width=400&height=200
  http://localhost:8080/entrance/quakes/earthquakesToday.plotql

- Tod

--
You received this message because you are subscribed to the Google Groups "Entrance" group.
To post to this group, send email to dbentrance@googlegroups.com.
To unsubscribe from this group, send email to dbentrance+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/dbentrance?hl=en.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »