Skip to content

Comments

Add 8 new enterprise category patterns#52

Merged
brunoborges merged 2 commits intomainfrom
copilot/add-new-slugs-for-ideas
Feb 19, 2026
Merged

Add 8 new enterprise category patterns#52
brunoborges merged 2 commits intomainfrom
copilot/add-new-slugs-for-ideas

Conversation

Copy link
Contributor

Copilot AI commented Feb 19, 2026

New enterprise slugs from the ideas generated in #45.

  • 8 new patterns (ids 102–109):

    • ejb-timer-vs-jakarta-scheduler — EJB TimerService → ManagedScheduledExecutorService
    • jndi-lookup-vs-cdi-injection — InitialContext.lookup() → CDI @Inject
    • manual-transaction-vs-declarative — begin/commit/rollback → @transactional
    • soap-vs-jakarta-rest — JAX-WS/SOAP → Jakarta REST/JSON
    • mdb-vs-reactive-messaging — JMS MessageDriven Bean → MicroProfile @incoming
    • jsf-managed-bean-vs-cdi-named — deprecated @ManagedBean → CDI @nAmed
    • singleton-ejb-vs-cdi-application-scoped@singleton EJB → @ApplicationScoped
    • jdbc-resultset-vs-jpa-criteria — manual ResultSet mapping → JPA Criteria API
  • Navigation chain: updated jpa-vs-jakarta-data.json (next: nullnext: enterprise/ejb-timer-vs-jakarta-scheduler), all 8 new patterns chained sequentially, last terminates with next: null

  • Related refs: each new pattern cross-references 3 existing enterprise/concurrency patterns


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI changed the title [WIP] Add new slugs for ideas listed in issue 45 Add 8 new enterprise category patterns Feb 19, 2026
Copilot AI requested a review from brunoborges February 19, 2026 20:24
@brunoborges brunoborges marked this pull request as ready for review February 19, 2026 20:25
@brunoborges brunoborges merged commit 535c27a into main Feb 19, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants