I am interested to know if Java Swing has an a comparable feature to Partial Views in ASP.NET?
I have several web pages with common HTML. I would like to split out the common bits to one place for better maintainability. Then just automatically include that bit of HTML in the same place in the other web pages.
The HTML in question would just be a snippet and not a whole web page.
I did some searching of internet and stack overflow but nothing obvious came up.