Rev as webserver
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Rev as webserver
Hi - I have an existing application written in Java that uses Tomcat to serve webpages and interact with a Mysql database.
The user interface is not that great and rather than rewriting in html and java, I was exploring using Rev to serve the webpages, so i could gradually convert the interface to rev without having to lose existing functionality. Right now the browser renders all files.
Thanks
The user interface is not that great and rather than rewriting in html and java, I was exploring using Rev to serve the webpages, so i could gradually convert the interface to rev without having to lose existing functionality. Right now the browser renders all files.
Thanks
Re: Rev as webserver
lharris,
Do you want to create a server or do you want to create a front-end interface with Rev? What is your question exactly?
Mark
Do you want to create a server or do you want to create a front-end interface with Rev? What is your question exactly?
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
Re: Rev as webserver
I would like to be able to access an existing mysql database via a webrowser but be able to replace the java controls with rev controls. This is mainly for 2 reasons. To make maintenance easier and to allow a nicer user interface. The reason to keep the browser is that some forms to be printed are scanned in or PDFs with HTML code attached to allow checkboxes and other fields to be marked off (order firms and requisitions are from other places and we have no control over them)
thanks
thanks
Re: Rev as webserver
What is your question, lharris?
Mark
Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Rev as webserver
lharris, I'm afraid I don't understand your request. A web server has no end-user interface, it's just a delivery system for media either copied from the server or generated there. The interface the end-user sees happens on the client side, in the browser.
If you're thinking about the client side, have you considered the RevWeb plugin?
If you're thinking about the client side, have you considered the RevWeb plugin?
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Rev as webserver
Hi- I guess what I'm trying to ask is: can I replace server side java code with rev code.
Presently my webserver is serving pages in HTML with embedded java code. The browser renders the HTML and executes the java code which uses the tomcat server to connect to the mysql database.
I don't like maintaining java and would like the same functionality with rev. Are Revlets used for this functionality? And is there a way to host it on my server.
Thanks
Presently my webserver is serving pages in HTML with embedded java code. The browser renders the HTML and executes the java code which uses the tomcat server to connect to the mysql database.
I don't like maintaining java and would like the same functionality with rev. Are Revlets used for this functionality? And is there a way to host it on my server.
Thanks
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Rev as webserver
Revlets are stacks diplayed in the browser with the RevWeb plugin.
You can use Rev on a server as a CGI:
http://hyperactivesw.com/cgitutorial/tutorialtoc.html
You can use Rev on a server as a CGI:
http://hyperactivesw.com/cgitutorial/tutorialtoc.html
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Rev as webserver
Thanks
that was what I was looking for
lharris
that was what I was looking for
lharris