stateless-session Questions
3
Solved
I'm using Spring + Spring Data JPA with Hibernate and I need to perform some large and expensive database operations.
How I can use a StatelessSession to perform these kind of operations?
Fluorescein asked 17/3, 2013 at 12:15
4
I have configured Basic Authentication my Spring-Boot application. Everything is Java Config, no xml.
import org.springframework.context.annotation.Configuration;
import org.springframework.securi...
Finespun asked 14/6, 2016 at 19:12
1
Solved
I have a J2EE REST-based web application that uses Spring Security 4.0.1.RELEASE. I am configuring Spring Security with a Java-based configuration and have set the session creation policy to STATEL...
Fructification asked 12/6, 2018 at 11:54
1
Solved
Is there a framework to support fully client-managed sessions? In other words, instead of storing just the signed pid in the cookie (as Express does), store all context... so that you can manage st...
Clarke asked 31/7, 2013 at 23:15
5
Solved
I have a standard HTML login page, which I would much rather use than the standard HTTP authentication pop-up provided by browsers. Today, I am using session cookies to keep track of the session af...
Isabelisabelita asked 3/2, 2012 at 18:40
2
Solved
It's been a couple of days that I'm working on improving NHibernate Insert performance.
I'd read in many posts (such as this one) that stateless session can insert like 1000~2000 records per seco...
Link asked 19/12, 2011 at 14:56
1
Solved
What is the proper way to bulk insert entities which contain collections of other entities (a HasMany mapping), using stateless sessions?
E.g. Parent class is mapped like this:
class ParentMap : ...
Philibeg asked 25/11, 2010 at 11:45
1
© 2022 - 2024 — McMap. All rights reserved.