Aleks Eustace

Greenhorn
+ Follow
since Jun 20, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Aleks Eustace

I need to read ApiDocs for every public class and public methods and store its to Map by pairs (ClassName - ApiDocs, MethodName - ApiDocs).
What tool can I use?
10 years ago
There is REST system that interact with clients devices.
Every time client makes login the server creates session, save it in memory and receives authorization key.
Now customer wants to save session s to database.
I never made the storing sessions to database.
Please advise how to implement it? What should be taken in account? What are important points in such implementation?
Please help to create JPA query.
There is Person class with field Address.




And I have input parameter List<Address> requiredAddresses.
I have to find persons having at least one address from list requiredAddresses.



Such request doesnt work.
Please advise right solution.
Hello brothers.
Please advice what way can I map a class if it contains the field enum.
I use Castor XML.
Thanks in advance.