Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@
## Share feedback

```bash
╔═══════════════════════════════════════════════════════╗
║ ┌───────────────────────────────────────────────────┐ ║
║ │ Your feedback is important to evolve this project │ ║
║ │ https://forms.gle/TpNXENjmu45wuXoi6 │ ║
║ └───────────────────────────────────────────────────┘ ║
╚═══════════════════════════════════════════════════════╝
╔══════════════════════════════════════════════════════════════╗
║ ┌──────────────────────────────────────────────────────────┐ ║
║ │ Tu feedback es importante para evolucionar este proyecto │ ║
║ │ Your feedback is important to evolve this project │ ║
║ │ 您的反馈对本项目的发展至关重要 │ ║
║ │ https://forms.gle/TpNXENjmu45wuXoi6 │ ║
║ └──────────────────────────────────────────────────────────┘ ║
╚══════════════════════════════════════════════════════════════╝
```

## Goal
Expand Down
9 changes: 9 additions & 0 deletions docs/blog/2025/11/the-tour-in-europe-2025-is-over.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,15 @@ <h3>PML</h3>
<h3>Cursor rules for Java</h3>
<p><code>System prompts for Java (Aka Cursor rules for Java)</code> is a collection of System prompts for Java that help software engineers in their daily programming work &amp; pipelines. The available System prompts for Java cover aspects like Maven-based build systems, Design, Coding, Testing, Refactoring &amp; JMH Benchmarking, Performance testing with JMeter, Profiling with Async profiler/OpenJDK tools, Documentation &amp; Diagrams.</p>
<p>This project has good traction in the JVM community with a special popularity in Asia.</p>
<pre><code class="language-bash">╔══════════════════════════════════════════════════════════════╗
║ ┌──────────────────────────────────────────────────────────┐ ║
║ │ Tu feedback es importante para evolucionar este proyecto │ ║
║ │ Your feedback is important to evolve this project │ ║
║ │ 您的反馈对本项目的发展至关重要 │ ║
║ │ https://forms.gle/TpNXENjmu45wuXoi6 │ ║
║ └──────────────────────────────────────────────────────────┘ ║
╚══════════════════════════════════════════════════════════════╝
</code></pre>
<p>Recently, this technique was identified in the latest <code>Thoughtworks Radar #33</code>: <strong>Curated shared instructions for software teams</strong></p>
<p><a href="https://www.thoughtworks.com/radar/techniques/curated-shared-instructions-for-software-teams"><img src="/cursor-rules-java/images/11/thoughtworks-radar-system-prompts.jpg" alt="" /></a></p>
<p><strong>Problem it tries to solve:</strong> Maintain a specialized collection of system prompts for Software development in Java.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feed xmlns='http://www.w3.org/2005/Atom' xml:lang='en'>
<id>https://jabrena.github.io/cursor-rules-java/</id>
<title>Cursor Rules for Java</title>
<updated>2025-11-09T15:46:41+0100</updated>
<updated>2025-11-09T15:54:57+0100</updated>
<link rel="alternate" type="text/html" href="https://jabrena.github.io/cursor-rules-java/" />
<link rel='self' type='application/atom+xml' href='https://jabrena.github.io/cursor-rules-java//feed.xml' />
<entry>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,17 @@ https://github.com/jabrena/pml

This project has good traction in the JVM community with a special popularity in Asia.

```bash
╔══════════════════════════════════════════════════════════════╗
║ ┌──────────────────────────────────────────────────────────┐ ║
║ │ Tu feedback es importante para evolucionar este proyecto │ ║
║ │ Your feedback is important to evolve this project │ ║
║ │ 您的反馈对本项目的发展至关重要 │ ║
║ │ https://forms.gle/TpNXENjmu45wuXoi6 │ ║
║ └──────────────────────────────────────────────────────────┘ ║
╚══════════════════════════════════════════════════════════════╝
```

Recently, this technique was identified in the latest `Thoughtworks Radar #33`: **Curated shared instructions for software teams**

[![](/cursor-rules-java/images/11/thoughtworks-radar-system-prompts.jpg)](https://www.thoughtworks.com/radar/techniques/curated-shared-instructions-for-software-teams)
Expand Down
Loading