[android-developers] Re: Run JSP file in Android

2008-09-26 Thread Mauro

JSP is a SERVER's technology. If you want to execute a JSP on an
Android powered phone you'll need a servlet/JSP container running ON
THE PHONE. Now, if you just want to SEE a JSP page on the phone, you
should have to setup a server (ie. Apache Tomcat) and browse the
server ip/web address using the phone's BROWSER.

On Sep 25, 8:06 pm, Billsen <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I try to run jsp file in Android, just want print some string in
> webpage with <%= "test" %>. However, nothing happens after execution.
> No error occurs. Can Android run jsp file? If yes, how?
>
> Thanks in advance,
>
> Senshan

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Run JSP file in Android

2008-09-26 Thread Peterman

I think that you only can view jsp'files with a web browser of
Android, but no if the jsp file was a application..

On Sep 26, 1:15 am, Mark Murphy <[EMAIL PROTECTED]> wrote:
> Billsen wrote:
> > Can Android run jsp file?
>
> Only if you supply some sort of JSP interpreter. I believe there are no
> template languages in Android, beyond the limited string-replacement
> system provided in stock Java's String.format() method.
>
> --
> Mark Murphy (a Commons Guy)http://commonsware.com
> Warescription: All titles, revisions, & ebook formats, just $35/year
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---



[android-developers] Re: Run JSP file in Android

2008-09-25 Thread Mark Murphy

Billsen wrote:
> Can Android run jsp file?

Only if you supply some sort of JSP interpreter. I believe there are no 
template languages in Android, beyond the limited string-replacement 
system provided in stock Java's String.format() method.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
Warescription: All titles, revisions, & ebook formats, just $35/year

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~--~~~~--~~--~--~---