Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #1980 > unrolled thread

Web service appearing as stand alone application?

Started byFrancesco Piraneo Giuliano <fpiraneo@gmail.com>
First post2012-08-11 10:05 +0200
Last post2012-08-13 04:52 -0700
Articles 7 — 3 participants

Back to article view | Back to comp.lang.java.help


Contents

  Web service appearing as stand alone application? Francesco Piraneo Giuliano <fpiraneo@gmail.com> - 2012-08-11 10:05 +0200
    Re: Web service appearing as stand alone application? Jeff Higgins <jeff@invalid.invalid> - 2012-08-11 06:16 -0400
      Re: Web service appearing as stand alone application? Jeff Higgins <jeff@invalid.invalid> - 2012-08-11 06:39 -0400
        Re: Web service appearing as stand alone application? Jeff Higgins <jeff@invalid.invalid> - 2012-08-11 07:35 -0400
          Re: Web service appearing as stand alone application? Jeff Higgins <jeff@invalid.invalid> - 2012-08-11 10:09 -0400
            Re: Web service appearing as stand alone application? Francesco Piraneo Giuliano <fpiraneo@gmail.com> - 2012-08-13 12:04 +0200
    Re: Web service appearing as stand alone application? Roedy Green <see_website@mindprod.com.invalid> - 2012-08-13 04:52 -0700

#1980 — Web service appearing as stand alone application?

FromFrancesco Piraneo Giuliano <fpiraneo@gmail.com>
Date2012-08-11 10:05 +0200
SubjectWeb service appearing as stand alone application?
Message-ID<k053of$qv2$1@speranza.aioe.org>
Hi all.

Despite I've experience in some programming languages, I'm quite new in 
java.

Weeks ago I participated in a web based service demonstration of a 
software tools. This tool has been invoked by a browser and opened a new 
window with an SWT based interface. The programmers was not so clear 
about the building structure: they simply stated that they used the 
NetBeans framework that allow the application to be served by JBoss, 
displayed locally but executed on server. It doesn't appeared like usual 
java EE web applications but like a remote desktop application.

Same feeling I experienced Thursday participating in a Cisco WebEx 
webinar where I logged in on the browser then the browser opened a new 
window appearing a stand alone application.

Yes, I'm a bit confused also because I don't have any precise 
information about but I'm interested about: Also my friend google 
doesn't provide me any useful information I think because I'm not able 
to provide any precise keyword.

Can someone help me to well focus about?

Thank you for your answers.
Francesco

[toc] | [next] | [standalone]


#1981

FromJeff Higgins <jeff@invalid.invalid>
Date2012-08-11 06:16 -0400
Message-ID<k05b74$uub$1@dont-email.me>
In reply to#1980
On 08/11/2012 04:05 AM, Francesco Piraneo Giuliano wrote:
> Hi all.
>
> Despite I've experience in some programming languages, I'm quite new in
> java.
>
> Weeks ago I participated in a web based service demonstration of a
> software tools. This tool has been invoked by a browser and opened a new
> window with an SWT based interface. The programmers was not so clear
> about the building structure: they simply stated that they used the
> NetBeans framework that allow the application to be served by JBoss,
> displayed locally but executed on server. It doesn't appeared like usual
> java EE web applications but like a remote desktop application.
>
> Same feeling I experienced Thursday participating in a Cisco WebEx
> webinar where I logged in on the browser then the browser opened a new
> window appearing a stand alone application.
>
> Yes, I'm a bit confused also because I don't have any precise
> information about but I'm interested about: Also my friend google
> doesn't provide me any useful information I think because I'm not able
> to provide any precise keyword.
>
> Can someone help me to well focus about?

JavaFX is likely the keyword you are looking for;
Netbeans provides some support for JavaFX development.
JavaFX is initially less expensive than WebEx.

> Thank you for your answers.
> Francesco

[toc] | [prev] | [next] | [standalone]


#1982

FromJeff Higgins <jeff@invalid.invalid>
Date2012-08-11 06:39 -0400
Message-ID<k05ci1$55b$1@dont-email.me>
In reply to#1981
On 08/11/2012 06:16 AM, Jeff Higgins wrote:
> On 08/11/2012 04:05 AM, Francesco Piraneo Giuliano wrote:
>> Hi all.
>>
>> Despite I've experience in some programming languages, I'm quite new in
>> java.
>>
>> Weeks ago I participated in a web based service demonstration of a
>> software tools. This tool has been invoked by a browser and opened a new
>> window with an SWT based interface. The programmers was not so clear
>> about the building structure: they simply stated that they used the
>> NetBeans framework that allow the application to be served by JBoss,
>> displayed locally but executed on server. It doesn't appeared like usual
>> java EE web applications but like a remote desktop application.
>>
>> Same feeling I experienced Thursday participating in a Cisco WebEx
>> webinar where I logged in on the browser then the browser opened a new
>> window appearing a stand alone application.
>>
>> Yes, I'm a bit confused also because I don't have any precise
>> information about but I'm interested about: Also my friend google
>> doesn't provide me any useful information I think because I'm not able
>> to provide any precise keyword.
>>
>> Can someone help me to well focus about?
>
> JavaFX is likely the keyword you are looking for;
> Netbeans provides some support for JavaFX development.
> JavaFX is initially less expensive than WebEx.

Rich+Internet+Application for a broader scope.

>> Thank you for your answers.
>> Francesco
>

[toc] | [prev] | [next] | [standalone]


#1983

FromJeff Higgins <jeff@invalid.invalid>
Date2012-08-11 07:35 -0400
Message-ID<k05fre$mqi$1@dont-email.me>
In reply to#1982
On 08/11/2012 06:39 AM, Jeff Higgins wrote:
> On 08/11/2012 06:16 AM, Jeff Higgins wrote:
>> On 08/11/2012 04:05 AM, Francesco Piraneo Giuliano wrote:
>>> Hi all.
>>>
>>> Despite I've experience in some programming languages, I'm quite new in
>>> java.
>>>
>>> Weeks ago I participated in a web based service demonstration of a
>>> software tools. This tool has been invoked by a browser and opened a new
>>> window with an SWT based interface. The programmers was not so clear
>>> about the building structure: they simply stated that they used the
>>> NetBeans framework that allow the application to be served by JBoss,
>>> displayed locally but executed on server. It doesn't appeared like usual
>>> java EE web applications but like a remote desktop application.

Java+Network+Launching+Protocol is a deployment framework.
JavaFX may be deployed using the JNLP framework.
Netbeans supports application deployment via the JNLP.

>>> Same feeling I experienced Thursday participating in a Cisco WebEx
>>> webinar where I logged in on the browser then the browser opened a new
>>> window appearing a stand alone application.
>>>
>>> Yes, I'm a bit confused also because I don't have any precise
>>> information about but I'm interested about: Also my friend google
>>> doesn't provide me any useful information I think because I'm not able
>>> to provide any precise keyword.
>>>
>>> Can someone help me to well focus about?
>>
>> JavaFX is likely the keyword you are looking for;
>> Netbeans provides some support for JavaFX development.
>> JavaFX is initially less expensive than WebEx.
>
> Rich+Internet+Application for a broader scope.
>
>>> Thank you for your answers.
>>> Francesco
>>
>

[toc] | [prev] | [next] | [standalone]


#1984

FromJeff Higgins <jeff@invalid.invalid>
Date2012-08-11 10:09 -0400
Message-ID<k05orn$8j7$1@dont-email.me>
In reply to#1983
On 08/11/2012 07:35 AM, Jeff Higgins wrote:
> On 08/11/2012 06:39 AM, Jeff Higgins wrote:
>> On 08/11/2012 06:16 AM, Jeff Higgins wrote:
>>> On 08/11/2012 04:05 AM, Francesco Piraneo Giuliano wrote:
>>>> Hi all.
>>>>
>>>> Despite I've experience in some programming languages, I'm quite new in
>>>> java.
>>>>
>>>> Weeks ago I participated in a web based service demonstration of a
>>>> software tools. This tool has been invoked by a browser and opened a
>>>> new
>>>> window with an SWT based interface. The programmers was not so clear
>>>> about the building structure: they simply stated that they used the
>>>> NetBeans framework that allow the application to be served by JBoss,
>>>> displayed locally but executed on server. It doesn't appeared like
>>>> usual
>>>> java EE web applications but like a remote desktop application.

For JavaFX/JavaEE integration, see the Sales Dashboard (DataApp) sample.
<http://docs.oracle.com/javafx/2/overview/jfxpub-overview.htm>

>
> Java+Network+Launching+Protocol is a deployment framework.
> JavaFX may be deployed using the JNLP framework.
> Netbeans supports application deployment via the JNLP.
>
>>>> Same feeling I experienced Thursday participating in a Cisco WebEx
>>>> webinar where I logged in on the browser then the browser opened a new
>>>> window appearing a stand alone application.
>>>>
>>>> Yes, I'm a bit confused also because I don't have any precise
>>>> information about but I'm interested about: Also my friend google
>>>> doesn't provide me any useful information I think because I'm not able
>>>> to provide any precise keyword.
>>>>
>>>> Can someone help me to well focus about?
>>>
>>> JavaFX is likely the keyword you are looking for;
>>> Netbeans provides some support for JavaFX development.
>>> JavaFX is initially less expensive than WebEx.
>>
>> Rich+Internet+Application for a broader scope.
>>
>>>> Thank you for your answers.
>>>> Francesco
>>>
>>
>

[toc] | [prev] | [next] | [standalone]


#2000

FromFrancesco Piraneo Giuliano <fpiraneo@gmail.com>
Date2012-08-13 12:04 +0200
Message-ID<k0ajfv$56h$1@speranza.aioe.org>
In reply to#1984
Il 11.08.12 16:09, Jeff Higgins ha scritto:
>
> For JavaFX/JavaEE integration, see the Sales Dashboard (DataApp) sample.
> <http://docs.oracle.com/javafx/2/overview/jfxpub-overview.htm>
>
>>
>> Java+Network+Launching+Protocol is a deployment framework.
>> JavaFX may be deployed using the JNLP framework.
>> Netbeans supports application deployment via the JNLP.

Thank you very much for your answers. Now I've a real starting point for 
my research.

Francesco

[toc] | [prev] | [next] | [standalone]


#2001

FromRoedy Green <see_website@mindprod.com.invalid>
Date2012-08-13 04:52 -0700
Message-ID<vfqh28prr2f89s3m5f01i3ptlf5p2m4qpo@4ax.com>
In reply to#1980
On Sat, 11 Aug 2012 10:05:31 +0200, Francesco Piraneo Giuliano
<fpiraneo@gmail.com> wrote, quoted or indirectly quoted someone who
said :

>Yes, I'm a bit confused also because I don't have any precise 
>information about but I'm interested about:

It is possible to run the server software locally.  That lets just the
local user use it. If the server software were run else where, so long
as the computer has an Internet connection, there is nothing
particular to give it away.  Server software can be run with or
without a browser. If you don't use a browser, so you need some sort
of client app.
-- 
Roedy Green Canadian Mind Products http://mindprod.com
A new scientific truth does not triumph by convincing its opponents and making them see the light,
but rather because its opponents eventually die, and a new generation grows up that is familiar with it.
~ Max Planck 1858-04-23 1947-10-04 

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.java.help


csiph-web