-
-
Notifications
You must be signed in to change notification settings - Fork 26.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Model-View-Presenter pattern #3
Conversation
Implementation for the Model-View-Presenter pattern is now available.
Hi there! Great idea to include this pattern in the library. However, I checked out the implementation and found some problems:
|
You are right, I totally forgot the main pom.xml. |
Hello again! I think I fixed the issues you indicated above. Everything seems to work nice now. |
created service-adapter sources and test folders (iluwatar#1277)
Add new linux answers
I made an attemp to implement a program that uses the specific pattern.
Although Model-View-Presenter is considered as an architectural pattern, I though that you might be interested in such patterns too.