applet embedded in a browser

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

applet embedded in a browser

Quan Yuan
Hello,
   I am trying to run the latest ImageJ/ImageJA embedded in a browser.
There was an example of an old version at
http://imageja.sourceforge.net/applet.html. But I couldn't find any
documentation about how it was achieved. Anyone knows about it?

thanks,
Quan

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: applet embedded in a browser

ahornero
Hi Quan,

Looks deprecated (last updated on 17/03/2007), an own development under JSP
seems more feasible, any news in this way?

Regards,

Alberto Hornero.


On Thu, Sep 5, 2013 at 7:48 PM, Quan Yuan <[hidden email]> wrote:

> Hello,
>    I am trying to run the latest ImageJ/ImageJA embedded in a browser.
> There was an example of an old version at
> http://imageja.sourceforge.net/applet.html. But I couldn't find any
> documentation about how it was achieved. Anyone knows about it?
>
> thanks,
> Quan
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: applet embedded in a browser

dscho
In reply to this post by Quan Yuan
Hi Quan,

On Thu, 5 Sep 2013, Quan Yuan wrote:

>    I am trying to run the latest ImageJ/ImageJA embedded in a browser.
> There was an example of an old version at
> http://imageja.sourceforge.net/applet.html. But I couldn't find any
> documentation about how it was achieved. Anyone knows about it?

Yes, it was discontinued because the advanced applet support was never
accepted upstream and it was too hard to maintain the project for one
single user who was happy to stick to one old version.

Ciao,
Johannes

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: applet embedded in a browser

Quan Yuan
In reply to this post by ahornero
I see. Thanks guys. I will look into the JSP solution then.

Best,
Quan


On Thu, Sep 5, 2013 at 11:09 AM, Alberto Hornero Luque
<[hidden email]>wrote:

> Hi Quan,
>
> Looks deprecated (last updated on 17/03/2007), an own development under JSP
> seems more feasible, any news in this way?
>
> Regards,
>
> Alberto Hornero.
>
>
> On Thu, Sep 5, 2013 at 7:48 PM, Quan Yuan <[hidden email]> wrote:
>
> > Hello,
> >    I am trying to run the latest ImageJ/ImageJA embedded in a browser.
> > There was an example of an old version at
> > http://imageja.sourceforge.net/applet.html. But I couldn't find any
> > documentation about how it was achieved. Anyone knows about it?
> >
> > thanks,
> > Quan
> >
> > --
> > ImageJ mailing list: http://imagej.nih.gov/ij/list.html
> >
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: applet embedded in a browser

Arindam Chatterjee
Hi Quan,
The way I had it implemented was this way -
<applet codebase="."
code="ij.ImageJApplet.class" archive="/WEB-INF/lib/ij-1.43k.jar"
width="850" height="550"
security="all-permissions">
<param name="url1" value="1712753011.jpg">
<param name="url2" value="1712753011.jpg">
</applet>



Hope that helps!

Arindam



On Sep 5, 2013, at 3:32 PM, Quan Yuan <[hidden email]> wrote:

> I see. Thanks guys. I will look into the JSP solution then.
>
> Best,
> Quan
>
>
> On Thu, Sep 5, 2013 at 11:09 AM, Alberto Hornero Luque
> <[hidden email]>wrote:
>
>> Hi Quan,
>>
>> Looks deprecated (last updated on 17/03/2007), an own development under JSP
>> seems more feasible, any news in this way?
>>
>> Regards,
>>
>> Alberto Hornero.
>>
>>
>> On Thu, Sep 5, 2013 at 7:48 PM, Quan Yuan <[hidden email]> wrote:
>>
>>> Hello,
>>>   I am trying to run the latest ImageJ/ImageJA embedded in a browser.
>>> There was an example of an old version at
>>> http://imageja.sourceforge.net/applet.html. But I couldn't find any
>>> documentation about how it was achieved. Anyone knows about it?
>>>
>>> thanks,
>>> Quan
>>>
>>> --
>>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>>>
>>
>> --
>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>>
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: applet embedded in a browser

Quan Yuan
Thanks Arindam! Is 1.43k the newest version that embed in a web page?


On Thu, Sep 5, 2013 at 6:47 PM, Arindam Chatterjee <[hidden email]>wrote:

> Hi Quan,
> The way I had it implemented was this way -
> <applet codebase="."
> code="ij.ImageJApplet.class" archive="/WEB-INF/lib/ij-1.43k.jar"
> width="850" height="550"
> security="all-permissions">
> <param name="url1" value="1712753011.jpg">
> <param name="url2" value="1712753011.jpg">
> </applet>
>
>
>
> Hope that helps!
>
> Arindam
>
>
>
> On Sep 5, 2013, at 3:32 PM, Quan Yuan <[hidden email]> wrote:
>
> > I see. Thanks guys. I will look into the JSP solution then.
> >
> > Best,
> > Quan
> >
> >
> > On Thu, Sep 5, 2013 at 11:09 AM, Alberto Hornero Luque
> > <[hidden email]>wrote:
> >
> >> Hi Quan,
> >>
> >> Looks deprecated (last updated on 17/03/2007), an own development under
> JSP
> >> seems more feasible, any news in this way?
> >>
> >> Regards,
> >>
> >> Alberto Hornero.
> >>
> >>
> >> On Thu, Sep 5, 2013 at 7:48 PM, Quan Yuan <[hidden email]> wrote:
> >>
> >>> Hello,
> >>>   I am trying to run the latest ImageJ/ImageJA embedded in a browser.
> >>> There was an example of an old version at
> >>> http://imageja.sourceforge.net/applet.html. But I couldn't find any
> >>> documentation about how it was achieved. Anyone knows about it?
> >>>
> >>> thanks,
> >>> Quan
> >>>
> >>> --
> >>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
> >>>
> >>
> >> --
> >> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
> >>
> >
> > --
> > ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: applet embedded in a browser

Arindam Chatterjee
I am currently trying it with 1.47. Seems to work ok, but haven't tested it thoroughly yet.

Arindam


On Sep 5, 2013, at 10:55 PM, Quan Yuan <[hidden email]> wrote:

> Thanks Arindam! Is 1.43k the newest version that embed in a web page?
>
>
> On Thu, Sep 5, 2013 at 6:47 PM, Arindam Chatterjee <[hidden email]>wrote:
>
>> Hi Quan,
>> The way I had it implemented was this way -
>> <applet codebase="."
>> code="ij.ImageJApplet.class" archive="/WEB-INF/lib/ij-1.43k.jar"
>> width="850" height="550"
>> security="all-permissions">
>> <param name="url1" value="1712753011.jpg">
>> <param name="url2" value="1712753011.jpg">
>> </applet>
>>
>>
>>
>> Hope that helps!
>>
>> Arindam
>>
>>
>>
>> On Sep 5, 2013, at 3:32 PM, Quan Yuan <[hidden email]> wrote:
>>
>>> I see. Thanks guys. I will look into the JSP solution then.
>>>
>>> Best,
>>> Quan
>>>
>>>
>>> On Thu, Sep 5, 2013 at 11:09 AM, Alberto Hornero Luque
>>> <[hidden email]>wrote:
>>>
>>>> Hi Quan,
>>>>
>>>> Looks deprecated (last updated on 17/03/2007), an own development under
>> JSP
>>>> seems more feasible, any news in this way?
>>>>
>>>> Regards,
>>>>
>>>> Alberto Hornero.
>>>>
>>>>
>>>> On Thu, Sep 5, 2013 at 7:48 PM, Quan Yuan <[hidden email]> wrote:
>>>>
>>>>> Hello,
>>>>>  I am trying to run the latest ImageJ/ImageJA embedded in a browser.
>>>>> There was an example of an old version at
>>>>> http://imageja.sourceforge.net/applet.html. But I couldn't find any
>>>>> documentation about how it was achieved. Anyone knows about it?
>>>>>
>>>>> thanks,
>>>>> Quan
>>>>>
>>>>> --
>>>>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>>>>
>>>> --
>>>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>>>
>>> --
>>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>>
>>
>> --
>> ImageJ mailing list: http://imagej.nih.gov/ij/list.html
>
> --
> ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html