this post was submitted on 17 Jun 2020
1 points (100.0% liked)

Java™ Community

476 readers
3 users here now

Write once, run anywhere (WORA)

Java is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.

The community

News, Technical discussions, research papers and assorted things of interest related to the Java Platform.

Rules
  1. Follow the Code of Conduct.
  2. Please make sure its a question/topic/post that would be new to most members. In Lemmy the publications are not closed, so you can continue to participate in them, regardless of the time they were published.
  3. Lemmy doesn’t have flags yet, so please tag your posts with [Question], [Help], [Learning], [JVM], [JSE], [OpenJDK], [Eclipse] or other you may think is appropriate.

Related communities

Resources

founded 5 years ago
MODERATORS
 

Since swing doesn’t use traditional mvc where would you put the database interaction code?

top 1 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 year ago

Of course you can use MVC with Swing. Swing itself doesn't "use" anything, but it can be used to create the "View" in MVC.