Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jaxrs-dev] Question

Payara server downloads page 

https://www.payara.fish/downloads/

 State that "it is Officially compatible with Jakarta EE 8 and MicroProfile ." 
To further  one's insight into microprofile it makes sense to  download this server bundle  and integrate it into eclipse IDE.

However  until recently I was in possession  of this other information. 
To install payara one should download and install this plugin using "Install new software. "
http://download.oracle.com/otn_software/oepe/12.2.1.9/photon/repository/

This outdated information has caused endless amount of irritation. 

As you know tomcat is a breeze to install in eclipse but lacks the full features of EE (tomee).

I now have new  information that to install wildfly  the prerequisite is to install Jboss Tools plugin from eclipse market place. 

To install  current version of  payara.  One has to avoid  the Oracle plugin,   instead use the  recently  available Payara plugin from eclipse market place. 


I would like to suggest that to improve developer  interest into jakarta EE and microprofile technologies and   to further the endeavour into emerging of the two technologies, please include into the aforementioned merger discussion, to make installing payara  and jboss the same as tomcat in eclipse. 

Those of you doing archetypes for eclipse please update them. It is no fun fixing outdated archetypes prior to  using them or searching to find the one that works. 

I believe StackOverFlow would not be so over flowing  if it weren't for these avoidable issues,  such as the ones I have described.



Thank you for listening. 






On Thu, 28 Jan 2021, 01:58 Andy McCright, <j.andrew.mccright@xxxxxxxxx> wrote:
Hi Som,

It sounds like you are asking about the JAX-RS Client API and how it is similar to Java's RMI.  I'm no expert at RMI, but if you like the type-safe nature of RMI (as used in things like EJBs), you may want to check out MicroProfile Rest Client ( https://github.com/eclipse/microprofile-rest-client ). While it is currently not part of the JAX-RS project it uses a lot of the same mechanisms (and most JAX-RS implementations also include an MP Rest Client impl), and there is an ongoing discussion about how to properly merge MicroProfile technologies with Jakarta technologies (both are part of the Eclipse Foundation).  

Hope this helps,

Andy

On Wed, Jan 27, 2021 at 4:25 PM Som Lima <somplasticllc@xxxxxxxxx> wrote:
Is JAX-RS a client server API  ?


On Wed, 27 Jan 2021, 22:24 Markus KARG, <markus@xxxxxxxxxxxxxxx> wrote:

It seems you still do not understand the purpose of this mailing list. If you have a question on JAX-RS feel free to post it here. Otherwise I'd like to kindly ask you to not post off-topic. Thanks.

-Markus

 

Von: jaxrs-dev [mailto:jaxrs-dev-bounces@xxxxxxxxxxx] Im Auftrag von Som Lima
Gesendet: Mittwoch, 27. Januar 2021 23:22
An: jaxrs developer discussions
Betreff: Re: [jaxrs-dev] Question

 

One client server API is same as another client server API. 

 

 

On Wed, 27 Jan 2021, 21:46 Markus KARG, <markus@xxxxxxxxxxxxxxx> wrote:

I cannot see ANY relation to JAX-RS, actually, and I wonder what the intention is why you post this statement into the JAX-RS Developer Discussion forum?

-Markus

 

Von: jaxrs-dev [mailto:jaxrs-dev-bounces@xxxxxxxxxxx] Im Auftrag von Som Lima
Gesendet: Mittwoch, 27. Januar 2021 19:35
An: jaxrs developer discussions
Betreff: Re: [jaxrs-dev] Question

 

Personally I think  Java's Remote Method Invocation (RMI)  compute engine was the best  remote compute engine because of its language neutrality combined with its simplicity  and everything else is second best.  

 

I am not a decision maker , just an implementor of text parsers.

 

 

 

 

 

 

 

 

 

 

 

On Wed, 27 Jan 2021, 15:29 Markus KARG, <markus@xxxxxxxxxxxxxxx> wrote:

it is not who is asking but what whether the topic is about making JAX-RS API better or not

-Markus

 

Von: jaxrs-dev [mailto:jaxrs-dev-bounces@xxxxxxxxxxx] Im Auftrag von Som Lima
Gesendet: Mittwoch, 27. Januar 2021 00:24
An: jaxrs developer discussions
Betreff: Re: [jaxrs-dev] Question

 

 

So an Application Developer or System Architect   questions are off topic. 

 

They are considered lower class :)

 

 

On Tue, 26 Jan 2021, 17:24 Markus KARG, <markus@xxxxxxxxxxxxxxx> wrote:

This is the mailing list for contributors and committers to the Jakarta RESTful Web Services standard, so anything that targets in making the standard better is appropriate.

But you won't get punished for asking other questions, too. ;-)

In general please understand that product-specific questions are off-topic, and there are lots of better places for user questions, like e. g. Stack Overflow. :-)

-Markus

 

Von: jaxrs-dev [mailto:jaxrs-dev-bounces@xxxxxxxxxxx] Im Auftrag von Som Lima
Gesendet: Montag, 25. Januar 2021 20:57
An: jaxrs-dev@xxxxxxxxxxx
Betreff: [jaxrs-dev] Question

 

What kind of questions are appropriate  to ask on this line  ? 

_______________________________________________
jaxrs-dev mailing list
jaxrs-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jaxrs-dev

_______________________________________________
jaxrs-dev mailing list
jaxrs-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jaxrs-dev

_______________________________________________
jaxrs-dev mailing list
jaxrs-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jaxrs-dev

_______________________________________________
jaxrs-dev mailing list
jaxrs-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jaxrs-dev
_______________________________________________
jaxrs-dev mailing list
jaxrs-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jaxrs-dev
_______________________________________________
jaxrs-dev mailing list
jaxrs-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/jaxrs-dev

Back to the top