Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jakartaee-examples-dev] [EXTERNAL] Re: How Can I Help?
  • From: Manfred Riem <Manfred.Riem@xxxxxxxxxxxxx>
  • Date: Fri, 1 May 2020 19:09:13 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=microsoft.com; dmarc=pass action=none header.from=microsoft.com; dkim=pass header.d=microsoft.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=NGC0YZBZQoaE0FAWMpAMKQzBPgiCW+KMz0l8S4Gp3+Y=; b=h5SUsJpzZl+FSv0P/sBJHefIvGyUI4xJxvwZX+PKPio/SwRaV7KEuzrmf4Ft21645KSNm4OfDg54m2y5HPSW5Lxc4zfjimfjrHgrNyKfkFwFourX2KDKVE5bgTOi+mVbBu9UALLenjqfkDArAsDE0hpJ6XP0oxNl8a5rGGFsJeQ9+FwEakJUECwgxr0euv2nYlWsFVc6M0QIlBebzel883ycoHIx3yqL4Ekl2zP0ZpGmI/pnj9FKDwXhvd6rAl6EbPZ0n/DvpIqESClsmy6ulyFwKUx5yabEbO1oYQ8DBOwICX5ah3gSjJBl1KKBlnpwBnSgZZzS6I2tbECSKADYpg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=JgC3ozakGOPMPJ7Y/o8uhaaDpR5VUtgzW2PAAdn1hSoN/bx+yk9aTEh4OBx1rm5GMsgfSfVGeKRxKKLMGf6ZibqB6eBKWQKy2nlnX7Fgq9HNHETi8ye4dg2hbeNCmXL1EgPzNzhoDD1s4NFAMVoriDLFHoQOaKx69nu4otO/7YaLvkXhQFU/ZC7W3G6BMdSD5ceA/2ablJ/trvsF3Ctx3SbqtNcMjunI/cAkrnDFHQt6/QS99i/id8VAypJzO2w4aDrGLejIx456sJYbFG3YqqHw2DMUHMBlnM8QIob4TY0W0vD7+r1FVvkEWJPrFvRXFCVqX4UGrx4eyOGy1240fA==
  • Delivered-to: jakartaee-examples-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/jakartaee-examples-dev>
  • List-help: <mailto:jakartaee-examples-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/jakartaee-examples-dev>, <mailto:jakartaee-examples-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/jakartaee-examples-dev>, <mailto:jakartaee-examples-dev-request@eclipse.org?subject=unsubscribe>
  • Msip_labels: MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Enabled=true; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SiteId=72f988bf-86f1-41af-91ab-2d7cd011db47; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_ActionId=ad08612c-d130-40b8-bb3b-0000e93d1d1b; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_ContentBits=0; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Name=General; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_SetDate=2020-05-01T19:01:34Z; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Method=Standard; MSIP_Label_f42aa342-8706-4288-bd11-ebb85995028c_Enabled=true;
  • Thread-index: AQHWHKqCdLj5s0eIXkmdmNzKS6LCjKiTcbgA///IXAA=
  • Thread-topic: [EXTERNAL] Re: [jakartaee-examples-dev] How Can I Help?

Hi Ken,

 

If you are looking for a landing spot for end to end samples I think the https://github.com/eclipse-ee4j/glassfish-samples repository is the one you are looking for, or alternatively you could consider starting your own Eclipse EE4J project, e.g Jakarta EE Applications.

 

As for not using the Wiki that was a conscious choice as maintaining just the GitHub repository in itself is already time consuming enough. So, if any background information needed to be given it should be in the source repository.

 

Thanks!

 

Kind regards,

Manfred Riem

 

From: <jakartaee-examples-dev-bounces@xxxxxxxxxxx> on behalf of "omniprof@xxxxxxxxx" <omniprof@xxxxxxxxx>
Reply-To: jakartaee-examples developer discussions <jakartaee-examples-dev@xxxxxxxxxxx>
Date: Friday, May 1, 2020 at 10:28 AM
To: 'jakartaee-examples developer discussions' <jakartaee-examples-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [jakartaee-examples-dev] How Can I Help?

 

Hi,

 

Sorry to be slow to comment but somehow this ended up in my spam folder.

 

I am curious about a particular set of principles. It may be that they are addressed in other projects so please point that out to me. They are:

 

  1. Each example deals with one concept

4.   An example is NOT to be end to end

and

10. A wiki will not be used

 

For items 1 and 4 I understand that here must be examples that demonstrate a single concept but no one writes single concept code. Examples that draw on more than one concept are a significant learning tool. I’d suggest a restriction on the complexity of the example and still require that a single concept example exist. End to end examples, kept simple and addressing a single problem, can be invaluable.

 

For example, I have a program I use in my EE course called the KFWebStandardProject. It is a JSF application that retrieves a database of 200 records using JPA and then displays the results in a JSF datatable. It’s significance is that if the student can get it to run on their personal PC then every other example I provide them will run. It will take a bit of work to make it neutral in its requirements and develop a more interesting database but I believe a variant of this end to end application would be interesting to someone wishing to learn EE. This and other simple end to end examples could be good candidates for the project.

 

Not using the Wiki is another puzzler. While I may be an excessive commenter, a wiki entry that provides background information of an example could be invaluable.

 

I’m certain you and the other members of the project discussed this all thoroughly. I certainly understand that some choices are made based on the amount of time necessary to devote to these and other principles or it’s a policy of the Eclipse Foundation. In either case there is no further discussion required. I know it’s easy to criticize but I mean no disrespect as I wasn’t there when this was being set up .

 

You also mentioned that the project is looking for a maintainer. I’m hoping that others reading this message might like to join me in maintaining and promoting this project. No project should depend on a single individual simply because we all have careers and bills to pay. Keeping everything current and likely updated to Jakarta EE 9 will be a large task that needs to be shared.

 

Thank you to all the maintainers and contributors of all the projects under the Jakarta umbrella.

 

Ken Fogel

 

 

 

 

 

 

 

 

From: jakartaee-examples-dev-bounces@xxxxxxxxxxx <jakartaee-examples-dev-bounces@xxxxxxxxxxx> On Behalf Of Manfred Riem
Sent: April 27, 2020 11:43 AM
To: jakartaee-examples developer discussions <jakartaee-examples-dev@xxxxxxxxxxx>
Subject: Re: [jakartaee-examples-dev] How Can I Help?

 

Hi all,

 

FYI background on the project

 

  1. Each example deals with one concept
  2. Each example only uses Jakarta EE and Java SE APIs
  3. All documentation will be in Git
  4. An example is NOT to be end to end
  5. An example is also NOT to be pulling in other non Jakarta EE frameworks
  6. All examples are targeting Java 8 until the new release of Jakarta EE release that would require a later version of Java (at which point a branch would be created to retain Java 8 based examples)
  7. The repository is IDE agnostic
  8. The repository is Maven based
  9. All examples should be buildable out of the box with just Maven (by doing just mvn clean install)
  10. A wiki will not be used
  11. The project is looking for a maintainer as I do not have the bandwidth for it
  12. The application servers targeted should support Jakarta EE 8

 

Thanks!

 

Kind regards,

Manfred Riem

Original project donor

 

From: <jakartaee-examples-dev-bounces@xxxxxxxxxxx> on behalf of Ken Fogel <omniprof@xxxxxxxxx>
Reply-To: jakartaee-examples developer discussions <jakartaee-examples-dev@xxxxxxxxxxx>
Date: Saturday, April 25, 2020 at 4:04 PM
To: jakartaee-examples developer discussions <jakartaee-examples-dev@xxxxxxxxxxx>
Subject: [EXTERNAL] Re: [jakartaee-examples-dev] How Can I Help?

 

These are all excellent questions and one that I hope we can address by meeting up on Zoom in the next week or two. I think the first task is to become familiar with the repository. I just published a blog on how to use it. You can find it at https://www.omnijava.com/2020/04/25/how-to-work-with-the-eclipse-ee4j-jakarta-ee-examples/

 


From: jakartaee-examples-dev-bounces@xxxxxxxxxxx <jakartaee-examples-dev-bounces@xxxxxxxxxxx> on behalf of Jason Pollard <jpollard91@xxxxxxx>
Sent: Saturday, April 25, 2020 3:13:01 PM
To: jakartaee-examples-dev@xxxxxxxxxxx <jakartaee-examples-dev@xxxxxxxxxxx>
Subject: [jakartaee-examples-dev] How Can I Help?

 

Hi all,

 

I am happy to help with the Jakarta EE samples. I am a Java/DevOps developer (I have been developing in multiple languages and frameworks for about 16 years), I really enjoy the JEE ecosystem, and I have been looking for an open-source project to contribute to.

 

I have a few questions, since I am new to contributing to Eclipse projects (and this project).

  • What are the current goals or roadmap for this project?
    • To make the GitHub repo itself more self-contained for understanding the samples, with a wiki, READMEs, etc.?
    • To showcase the basics of all the JakartaEE specs/subprojects?
    • To provide an entry point for developers new to Jakarta EEs?
  • What is the current status of the GitHub repo?
    • Are the issues current and valid?
    • If so, should we start conversations with these issues, to more fully understand the intent?
  • What are the constraints around tooling and versions?
    • Should we target only Java 8?
    • Are there restrictions on IDEs/editors used, and/or are there "testing" requirements to ensure that samples function correctly across the spectrum of tooling?
    • Should we focus on current version minus one for application servers, or is there a list we should target (e.g., in the Maven profiles)?
  • Is there anything you would like us to start with first? Tests, docs, wiki, new code?

That's probably enough questions for now (and I don't need answers to all of them to get started 🙂). I'm looking forward to helping out!

 

Thanks!

 

Jason Pollard

From the cornfields of Illinois, USA

 


Back to the top