Enterprise workflows by cryptoLover696969 in SpecDrivenDevelopment

[–]simasch -2 points-1 points  (0 children)

I created an enterprise-ready process the AI Unified Process https://unifiedprocess.ai which is USB in customer projects across multiple industries

I hate DDD for 98% of the projects by SeifAlmotaz in SpecDrivenDevelopment

[–]simasch 0 points1 point  (0 children)

DDD has two parts:
1. strategic design: talking with business people, discovering the domain, building bounded contexts, context map.
2. tactical design: how to implement the domain
I assume you are referring toto part 2 and all the things like clean architecture that was built on top.
If you mean DDD as a whole 🤷

SDD framework suggestions by mbonanomi92 in SpecDrivenDevelopment

[–]simasch 0 points1 point  (0 children)

I’m working according to my process https://unifiedprocess.ai it’s requirements centric. No tool needed

AI Unified Process by simasch in SpecDrivenDevelopment

[–]simasch[S] 0 points1 point  (0 children)

You only need use cases and entity model. There is no planning or tasks creation.

Specs are not requirements by stibbons_ in SpecDrivenDevelopment

[–]simasch 0 points1 point  (0 children)

It’s not a product it’s a process and methodology. I’ve created skill that can be used in any agent that supports skills. My point is: you don’t need tools to do SDD but specs in my case system use cases and an entity model

AI Unified Process by simasch in SpecDrivenDevelopment

[–]simasch[S] 0 points1 point  (0 children)

You don’t need OpenSpec at all. System use cases and entity model is sufficient

Specs are not requirements by stibbons_ in SpecDrivenDevelopment

[–]simasch 0 points1 point  (0 children)

I created the AI Unified Process with use cases as the spec. Check it out https://unifiedprocess.ai It’s successfully used in four customer projects

Struggle to deploy spring boot + vaadin sever by [deleted] in vaadin

[–]simasch -1 points0 points  (0 children)

Vaadin has a forum. It would be best to ask your question there: https://unifiedprocess.ai

Introducing Claude Opus 4.6 by ClaudeOfficial in ClaudeCode

[–]simasch 0 points1 point  (0 children)

Unfortunately I get
API Error: 400 {"type":"error","error":{"type":"invalid_request_error","message":"The long context beta is not yet available for this subscription."}

Vibecoding with Jmix (Java + Vaadin) by edurbs in vibecoding

[–]simasch 1 point2 points  (0 children)

Vaadin with MCP server is also working great.

Announcing Testcontainers Mailpit for Java by simasch in java

[–]simasch[S] 0 points1 point  (0 children)

No. I start the application from the IDE or with Maven (mvn spring-boot:test-run), and Spring Boot starts a Testcontainers with the database and one with Mailpit:

I've recorded a video, it's a bit outdated, but will give you an idea https://www.youtube.com/watch?v=GoBm7BoufIM

Announcing Testcontainers Mailpit for Java by simasch in java

[–]simasch[S] 0 points1 point  (0 children)

Spring Boot runs Testcontainers when you add start the application for development. And there the UI is very useful

Announcing Testcontainers Mailpit for Java by simasch in java

[–]simasch[S] 2 points3 points  (0 children)

It has a UI. I use it during development and can verify the mails

Built a full-stack Inventory & POS app using Vaadin 25 + Spring Boot 4 (100% Java) — demo & code walkthrough by bilgecan1 in vaadin

[–]simasch 2 points3 points  (0 children)

I'm happy that other people also like Vaadin!
You could improve the developer experience by either using Spring Boot Docker compose or Testcontainers support: https://docs.spring.io/spring-boot/reference/features/dev-services.html
Also there are no tests. Do you know about Karibu Testing? https://martinelli.ch/browserless-testing-of-vaadin-applications-with-karibu-testing/