Tagged Questions
The bidirectional tag has no wiki summary.
24
votes
4answers
7k views
Does Java have a HashMap with reverse lookup?
I have data that is organized in kind of a "key-key" format, rather than "key-value". It's like a HashMap, but I will need O(1) lookup in both directions. Is there a name for this type of data ...
8
votes
4answers
3k views
Algorithm to find subset within two sets of integers whose sums match
I'm looking for an algorithm which can take two sets of integers (both positive and negative) and find subsets within each that have the same sum.
The problem is similar to the subset sum problem:
...
6
votes
2answers
498 views
AutoMapper bidirectional mapping
If I want to do bi-directional mapping, do I need to create two mapping?
Mapper.CreateMap<A, B>() and Mapper.CreateMap<B, A>()?
6
votes
1answer
8k views
Mapping a bidirectional list with Hibernate
I don't understand the behavior of Hibernate when mapping a bidirectional list. The SQL statements that Hibernate produces seem not optimal to me. Can somebody enlighten me?
The scenario is the ...
5
votes
1answer
90 views
How do I find a Unicode character's bidirectional character type in C#?
Is there any way I can find a Unicode character's bidirectional character type in C#?
I want to look through the characters in a string and decide if they are all strong LTR, strong RTL, a mixture of ...
5
votes
2answers
426 views
Bidirectional JSON-RPC over TCP socket Java implementation
Does anyone know if some Java implementation of the JSON-RPC protocol exists with bidirectional support (there is no Client/Server, both entities can send and receive the same messages).
I know it ...
5
votes
1answer
275 views
Termination Criteria for Bidirectional Search
According to most of the reading I have done, a bidirectional search algorithm is said to terminate when the "forward" and "backward" frontiers first intersect. However, in Section 3.4.6 of Artificial ...
5
votes
4answers
789 views
Java key - key map
I need a kind of map which is accessible in two directions, so with a key-key structure instead of key-value. Does this exist in Java? If not, what is the best way to create it?
So example:
...
5
votes
1answer
620 views
A bi-directional map in clojure?
What would be the best way to implement a bi-directional map in clojure? (By bi-directional map, I mean an associative map which can provide both A->B and B->A access. So in effect, the values ...
4
votes
2answers
74 views
styling bidirectional websites CSS best practice?
I am working on a website consists of four languages (Arabic, English, French and Spanish), (Arabic is a right-to-left language for people who don't know that).
Basically left-to-right (en, es and ...
4
votes
1answer
657 views
Couchdb conflict resolution
How does CouchDB handles conflicts while doing bi-directional replication?
For example:
Lets say there are two address book databases (in server A and B). There is a document for Jack which contains ...
4
votes
2answers
3k views
Gae Jdo persistance on one-to-many owned relationship with bidirectional navigation
I'm trying to persist a one-to-many owned relationship with bidirectional navigation in gae using jdo.
I manually add the Contact to User class, and I would expect that in the end the contact will ...
3
votes
2answers
73 views
Can an EJB server side send an event to an EJB client side?
I wonder if it is possible to do something along these lines:
1) Server side (EJB class)
@Statefull
public class SomeEJB implements SomeEJBRemote {
@Resource
private SessionContext sessionContext;
...
3
votes
4answers
206 views
Bidirectional Hash table in Ruby
I need a bidirectional Hash table in Ruby. For example:
h = {:abc => 123, :xyz => 789, :qaz => 789, :wsx => [888, 999]}
h.fetch(:xyz) # => 789
h.rfetch(123) # => abc
h.rfetch(789) # ...
3
votes
2answers
166 views
Is there a way to use Guava's HashBiMap with eviction?
I'm working with an enterprise level Java back end application and I need to build in token based user authentication. The front end utilizes PHP and communicates with the Java back end via SOAP.
I ...
3
votes
6answers
179 views
Threadsafe bidirectional association in Java
What is a good way to implement thread-safe bidirectional associations? Is there maybe a good library or code generator?
Here is a non thread-safe example:
class Foo {
private Foo other;
...
2
votes
4answers
109 views
How can I define operator< for bidirectional iterator?
How can I define operator< for bidirectional iterator? ( list::iterator )
(I would like to use list and not vector.)
2
votes
2answers
224 views
FlyingSaucer LTR/RTL/BiDi problem
I'm using flying saucer xhtmlrenderer for building pdf documents. Everything worked fine until now - now we should generate arabic text inside pdf.
Xhtmlrenderer is rendering Arabic text in reverse ...
2
votes
0answers
288 views
Mapping bidirectional asymmetric relation in hibernate: OneToOne-ManyToOne
I have an entity that has reference to another entity that represents the current state of certain properties, thus allowing me to keep track of the history of changes made. For this, I have defined a ...
2
votes
2answers
268 views
How to solve BiDi bracket problem?
As you might know some languages are written/read from right to left and we are trying to support some RTL languages. For the web UI using dir="rtl" in html does most of the job thanks to algorithms ...
2
votes
1answer
718 views
EclipseLink/JPA2 ManyToOne bidirectional cascade persist issue
This is similar to How to cascade persist using JPA/EclipseLink
I have to entities like so. One is RoomEntity that has a one to many bi-directional relationship with ComputerEntity. eg. each room has ...
2
votes
1answer
420 views
Hibernate self-reference mapping puzzle
I am trying to map a class
Class Node {
Node parent;
List<Node> children;
}
I have tried various combinations of many-to-one and one-to-many but nothing seems to work. I would have pasted my ...
2
votes
1answer
208 views
Extend NSMutableArray for bi-directional association management
I am a great fan of code generation (from UML) and coming from the Java world, I wonder how I would implement automated bi-directional association management in Objective-C.
Image an association ...
2
votes
1answer
1k views
Bi-directional WCF Client-Server Communication
I have been working for weeks on creating a client/server to control a music-server application located on the server-side that is controlled by several client apps located across the LAN. I've been ...
2
votes
2answers
756 views
Drawing Hebrew text to and image using Image module (python)
This is an issue I already asked about and several got answers but the problem remained.
when I try to write in hebrew to an image using Image module I get instead of the hebrew lettring some other ...
2
votes
2answers
654 views
IPC between Python and C#
I want to pass data between a Python and a C# application in Windows (I want the channel to be bi-directional)
In fact I wanna pass a struct containing data about a network packet that I've captured ...
2
votes
4answers
2k views
Reversing Strings in Right To Left (BiDirectional) Languages in C#
I'm using iTextSharp( C# iText port) to create pdfs from text/html. Most of my text is in Hebrew, a Right-To-Left language.
My problem is that PDFs show RTL langauge in reverse, so I need to reverse ...
1
vote
0answers
61 views
bidirectional boost transform iterator as with std::map
I'm using a transform_iterator to access keys (and separately values) of a map.
But it seems that it is not preserving the bidirectionality of std::map::iterator ...
#include <map>
#include ...
1
vote
1answer
68 views
Bidirectional OneToMany assocation between sub and superclass not working (JPA with Hibernate 3.6.7)
I have two classes, Employee and Manager. Manager extends Employee, as it is a type of employee. Employee has an instance of Manager, which represents the idea of an employee having one manager. ...
1
vote
1answer
417 views
Hibernate and H2 “Referential integrity constraint violation” for OneToMany bidirectional mapping
So I have two simple beans -- FatKid and Hamburgers. Now, for reasons unbeknownst to me I need to be able to not only look up all of the hamburgers someone ate, but also who ate which particular ...
1
vote
0answers
76 views
Update bidirectional ManyToMany from both sides
referring the question Saving bidirectional ManyToMany i want to obtain exacltly what accepted answer explain as incorrect:
A a1 = new A();
A a2 = new A();
B b = new B();
a1.getB().add(b);
...
1
vote
1answer
238 views
Hibernate: bi-directional one-to-many with one as parent
I'm trying to setup a bi-directional one-to-many relationship with "one" as parent
I have a parent:
@Entity
public class VideoOnDemand {
@OneToMany(cascade = CascadeType.ALL)
...
1
vote
2answers
103 views
Class method problem with bidirectional self-referential associations
I'm trying to create an app where users ('current_user') rate the compatibility between two other users ('user1' and 'user2'). They can rate compatibility either positively or negatively: rating two ...
1
vote
4answers
68 views
How to prevent a loop in a bi-directional relationship
Say we have the following two entities.
Library
public class Library
{
private Collection<Book> books = new ArrayList<Book>();
public boolean add(Book book)
{
return ...
1
vote
1answer
131 views
Bidirectional many-to-one generates SELECT N+1
I have two classes mapped with NHibernate: class Application references class Store with a property StoreId. Application user has an identity id while class Store has an assigned id but I don't ...
1
vote
4answers
143 views
Generics in a bidirectional association
Let's say I have two classes A and B, with B a subtype of A. This is only part of a richer type hierarchy, obviously, but I don't think that's relevant. Assume A is the root of the hierarchy. There is ...
1
vote
5answers
316 views
Two Classes Dependent On Each Other
I have Camera class, which handles camera behavior. Among it's fields is a reference to the target's Cube class (Cube is just one of the object, but I won't mention others to keep it simple). In order ...
1
vote
1answer
254 views
bi-directional replication sql server 2008
i am asking about any useful data or links to get to know about bi-directional Replication thnx
1
vote
1answer
704 views
JPA - Removing of elements of a bidirectional Relationship
Why can i remove elements of a bidirectional relation although only one side of the relation is managed in persistence context (Example I)? When i have an unidirectional Relationship that doesn't work ...
1
vote
3answers
749 views
Efficient bidirectional hash table in Python?
Python dict is a very useful datastructure:
d = {'a': 1, 'b': 2}
d['a'] # get 1
Sometimes you'd also like to index by values.
d[1] # get 'a'
Which is the most efficient way to implement this ...
1
vote
1answer
119 views
How to implement a bidirectional “mailbox service” over tcp?
The idea is to allow to peer processes to exchange messages (packets) over tcp as much asynchronously as possible.
The way I'd like it to work is each process to have an outbox and an inbox. The send ...
1
vote
1answer
168 views
How do I save an entity with a bidirectional relationship in Fluent NHibernate without setting both sides?
I have two entities:
public class Parent()
{
public ICollection<Child> Children { get; set; }
}
public class Child()
{
public Parent Parent { get; set; }
}
The mapping looks like so:
...
1
vote
2answers
978 views
Two sided (bidirectional) list in Java
Is there something like a two sided list in Java? Maybe a third party implementation?
Here a little example to demonstrate what I have in mind.
Original state:
A: 0-1-2-3
| | | |
B: 0-1-2-3
...
1
vote
1answer
207 views
Bidirectional replication update record problem
I would like to present you my problem related to SQL Server 2005 bidirectional replication.
What do I need?
My teamleader wants to solve one of our problems using bidirectional replication between ...
1
vote
1answer
935 views
bidirectional named pipe question
I have 2 apps that I want to make communicate via named pipes on .NET 3.5. Its a request/response paradigm, with the data transmitted as XML to make my life easier. There is a listener app, and an ...
1
vote
4answers
1k views
Generic Java Framework to Manage Bidirectional Associations and Inverse Updates
I've been looking for a generic way to deal with bidirectional associations and a way to handle the inverse updates in manual written Java code.
For those who don't know what I'm talking about, here ...
0
votes
1answer
20 views
NHibernate. Bidirectional properties
For example if there's a class:
class Post
{
public String AuthorUrl { get; set; }
public Byte[] AuthorImg { get; set; }
}
Would it be a better practice to put to Post class Author's Url ...
0
votes
1answer
45 views
Bidirectional Mercurial merges
Given two repositories: a) myrepo-1_0 and b) myrepo-feature which was cloned off version 1.0.5 from myrepo-1_0.
After myrepo-feature was created, we checked in changesets B1 and B2 to myrepo-feature. ...
0
votes
2answers
72 views
Java: encrypted server/clients bi-directional communication?
What is the best way to establish an encrypted bi-directional communication between a server and multiple clients?
The server has persistence database, and will send data to clients and clients will ...
0
votes
1answer
48 views
Are two unidirectional connections one bidirectional?
I just had a discussion about the two types of "connections". Lets say we have a server and a client. What if both are server and client for each other, is this bidirectional?
I was under the ...