One solution would be as following:
On Monday, March 26, 2018 at 12:03:28 AM UTC+5:30, prince gosavi wrote:
-- - Let Java EE application consume the Rest API provided by Django (using DRF library which uses Django Models, its own serializers and viewsets).
- You have to maintain a mapping of services and views provided by Java EE application with Django Rest APIs.
Other solution would be which I suppose not what you asked for is following:
- Have a client side app in Angular / React / similar framework
- This client side app will call services from Django and Java EE both as per your business requirement
- With the help of Nginx you can call apis and services from multiple backend applications.
On Monday, March 26, 2018 at 12:03:28 AM UTC+5:30, prince gosavi wrote:
Hi,
I am working on a project where the framework used is django and most of the frontend is done in java.
I need a way to integrate both of them so that my system works. Converting java code to python is not an option.As I do not have time to start learning Java now.
Any help is appreciated.
Regards
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/e7605f36-262f-492e-adbe-38b6ac3664f3%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment