Posts by Thales Alves • 21 points
2 posts
-
2
votes1
answer1015
viewsQ: Real Time Notifications with javascript
I’m building a Java application that should show real-time notifications on the screen. A teacher requests a reservation; Reservation data is stored in a json object (or in a request table); At the…
-
0
votes1
answer191
viewsQ: Return AD physicalDeliveryOfficeName using LDAP with Java
I’m creating a Java application that integrates with active directory. But I’m having trouble returning a specific data: the Office field (Office - physicalDeliveryOfficeName). Theoretically, his…