--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/b2f44ca7-c95c-46da-a3b8-9807e3cab25fo%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CANYWk7Owpw-53sED%3D1_4mj-%2BC3vfGuQvi_zcha2rG2tR8aJ4bg%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAJLxjVHFZG%2B2009iV5kmyT3snLj3HkOVMQgrkyZw_CGGdbpfrQ%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to quark...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/b2f44ca7-c95c-46da-a3b8-9807e3cab25fo%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quark...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CANYWk7Owpw-53sED%3D1_4mj-%2BC3vfGuQvi_zcha2rG2tR8aJ4bg%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quark...@googlegroups.com.
Hello,
How about a Getting Started Guide? I was already thinking about creating some blog posts in Portuguese to help new devs. Maybe some official documentation with baby steps would be great.
The roadmap that I want to use to my posts is something like this:
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/ee96735a-5ea7-4708-a4cc-531af4d2cd0ao%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAHzqWS7LSJ37K-vjJ3SLnhYqS1hfF4c%2BG-D%2B0qr9X-9EUzCsaA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CANYWk7Owpw-53sED%3D1_4mj-%2BC3vfGuQvi_zcha2rG2tR8aJ4bg%40mail.gmail.com.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/9748daf1-bb89-00fb-7ef8-966feb4338e8%40redhat.com.
JPA is a bit less pressing as Spring uses it too.I think CDI and JAX-RS (we have a lot of questions on JAX-RS) should be our priorities.
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CALt0%2Bo-P5QqNnVF57EbW-vDLM7S4%2BBo7LXcBFQDShwJ5vFN58A%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CALeTM-%3DMtnK25xY_a2-9iko2V8CtNG4dB7dwk1Ah7iVO-uePoQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CANYWk7MRC7PTQjytu-fOGoGWfJHX02FAa7DW65fXzpka%3DgYvAQ%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAJLxjVEoajPhLPwqKGhN%3DXie3dHFJX%2B32KYhx0d8fUz8Zi5pAA%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/274A715A-763B-4421-8DCD-488EB6DC1046%40redhat.com.
Font size of the content and links are bit big for my taste.
I believe its good to have separate Getting started and Reference docs.
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/be1628d3-5d35-46c1-8a04-df2d506081b0o%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAD%2BL2czkF-rugaGy1q0Ee9GcbQjXT-_ZZB0fOAJ%3DttdJJ4fb6g%40mail.gmail.com.
On Mon, 13 Jul 2020 at 22:16, Yans <s.val...@gmail.com> wrote:
I believe its good to have separate Getting started and Reference docs.
We have had lots of discussions about this, and there are definitely conflicting opinions.
Personally I agree that we should have a reference guide that is separate to the getting started guides. IMHO getting started guides should be a walkthrough of the quickstart, and then should link to the relevant section of the reference guide.
From an alternative perspective I think this is also much better as a developer of Quarkus. Say I add a feature such as my recent 'test profiles' feature. At the moment if I want to document this I have a couple of choices:
- Write a whole new guide about it. This option sucks, it is a lot of work for basically a couple of paragraphs of actual content. Guide per feature also means that our documentation page will end up with a massive number of guides so it will be hard to find what you want, and once you have read a few guides they all end up repeating themselves with all the setup stuff, so the signal/noise ratio is too low.
- Add it to the getting started guide. This is basically the approach we have taken, but now the 'getting started guide' is slowly turning into a testing reference doc.
- Don't document it. I think this actually happens more than what it should just because with our current arrangement there is often nowhere that makes sense to put the documentation. For example the new fast-jar format should be documented somewhere, but where? It definitely does not need its own guide, but it makes no sense to put in it our existing guides. I could write a new 'packaging reference' but that is yet another link on our docs page, and it is probably not going to be obvious to users what it actually is.
Here's one example of there being no definitive place to add/find (small) feature specific documentation right now https://github.com/quarkusio/quarkus/issues/10815
-Jaikiran
--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/20e31997-1c3b-337b-e65d-d589e7caa4bb%40gmail.com.
Coming up late to this thread. But I'd to agree. In fact, official docs lack even more than just guides and examples for beginners.I consider myself an experienced developer (15+ years between dev and sysadmin roles), and I'm still unable to find any explanations on how Quarkus actuall works! I mean... what is it goind under the hood? I get the summary point. It makes java applications more efficient and more suitable for containers, cloud, kubernetes, serverless. But how??? Reading official docs, I have no idea. All I see are basic examples and the intuitive promise that it works.My company's dev teams are prospecting new tools and frameworks for application development. But honestly, I can't even form an opinion about Quarkus. It's a blackbox. Help is this matter is appreciated.
Best regards.--Em segunda-feira, 20 de julho de 2020 às 05:55:15 UTC-3, eber...@redhat.com escreveu:Well it just seems that we need a Podman entry in the guide the user was looking for, that's it. It's about two different usages anyways, so being documented in different places is fineOn Mon, Jul 20, 2020 at 8:10 AM Jaikiran Pai <jai.for...@gmail.com> wrote:
On 14/07/20 6:49 am, Stuart Douglas wrote:
On Mon, 13 Jul 2020 at 22:16, Yans <s.val...@gmail.com> wrote:
I believe its good to have separate Getting started and Reference docs.
We have had lots of discussions about this, and there are definitely conflicting opinions.
Personally I agree that we should have a reference guide that is separate to the getting started guides. IMHO getting started guides should be a walkthrough of the quickstart, and then should link to the relevant section of the reference guide.
From an alternative perspective I think this is also much better as a developer of Quarkus. Say I add a feature such as my recent 'test profiles' feature. At the moment if I want to document this I have a couple of choices:
- Write a whole new guide about it. This option sucks, it is a lot of work for basically a couple of paragraphs of actual content. Guide per feature also means that our documentation page will end up with a massive number of guides so it will be hard to find what you want, and once you have read a few guides they all end up repeating themselves with all the setup stuff, so the signal/noise ratio is too low.
- Add it to the getting started guide. This is basically the approach we have taken, but now the 'getting started guide' is slowly turning into a testing reference doc.
- Don't document it. I think this actually happens more than what it should just because with our current arrangement there is often nowhere that makes sense to put the documentation. For example the new fast-jar format should be documented somewhere, but where? It definitely does not need its own guide, but it makes no sense to put in it our existing guides. I could write a new 'packaging reference' but that is yet another link on our docs page, and it is probably not going to be obvious to users what it actually is.
Here's one example of there being no definitive place to add/find (small) feature specific documentation right now https://github.com/quarkusio/quarkus/issues/10815
-Jaikiran
--You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/20e31997-1c3b-337b-e65d-d589e7caa4bb%40gmail.com.
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/949eaa7b-87e6-4ddd-9ef5-3a6539417999n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/949eaa7b-87e6-4ddd-9ef5-3a6539417999n%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CAKawoObMv6b3i2P%2BA57B7mLNVmO6Q%2Btcm5u_x0CESA2royQEPw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/CANYWk7MJuqT-ZPuj_dmKuRvVEMd7MhWT-UwjHWODEXw56a7sOQ%40mail.gmail.com.