jassuncao

1,160
Reputation
177 views

Registered User

Name jassuncao
Member for 1 year
Seen 8 hours ago
Website
Location Portugal
Age 30
Nothing much. Just a guy trying to improve is craft.
23h
revised Netty vs Apache MINA
spelling
2d
accepted Netty vs Apache MINA
Nov
21
answered How to stream large Files using JAXB Marshaller?
Nov
21
answered Create a setup-frame in Java
Nov
18
answered communication between Java and C#
Nov
16
accepted Receiving SMS sent from the WTK emulator in a custom application
Nov
13
answered Receiving SMS sent from the WTK emulator in a custom application
Nov
13
asked Receiving SMS sent from the WTK emulator in a custom application
Nov
2
comment Do Linux JVMs actually implement Thread priorities?
I don't think CLR uses green threads. I'm almost sure thread scheduling is done by the OS.
Nov
2
answered xml.etree.ElementTree equivalent in Java
Nov
2
answered Relationship between GEF and GMF?
Oct
28
answered Netty vs Apache MINA
Oct
28
awarded  Organizer
Oct
28
revised Basic animation in Java for a screensaver app of sorts
edited tags
Oct
28
comment Direct memory access to the network card in java
The sandbox model only applies to applets. A Java application can potentially cause as many damage as any other. For example deleting your system files. But it's true, unless you use JNI, you don't have direct access to the hardware
Oct
28
comment What is the reason for the rise of programmers using Apple machines?
I don' have scientific data to prove this apparent rise. But I noticed this, from screenshots in the web and in books, in my workplace and conferences.
Oct
28
awarded  Popular Question
Oct
28
answered How to render good quality image from 3d scene in java/c++
Oct
28
answered How to use ant to check for tags (TODO: etc) in java source
Oct
27
answered Get battery level in Java
Oct
27
answered How does VLC Media player implement HTTP Streaming?
Oct
27
answered How to Configure Hibernate with Eclipse Galileo
Oct
27
answered How to limit a JTextArea to only accept a legal set of characters?
Oct
21
comment How can I catch scroll events in windows forms PropertyGrid
Using this code I was able to synchronize the two scrollbars. When I move one the other moves accordingly. The trouble is that the contents doesn't scroll with the scrollbar. I guess is better to abandon my original idea.
Oct
20
awarded  Commentator
Oct
20
comment Keeping distributed databases synchronized in a unstable network
Great collection of information. Thank you.
Oct
20
asked How can I catch scroll events in windows forms PropertyGrid
Oct
9
comment How MSMQ will work?
I'm sorry, but I still don't understand your objective. My English skills are not the best :-). I will assume that you want to access those urls at different time intervals. Using Quartz scheduler I would create different jobs with different timer intervals and assign to each job a specific an URL. The code for the jobs would do something with the URL.
Oct
9
answered How MSMQ will work?
Sep
30
comment Maven circular dependency?
A little suggestion to cleanup your pom and make your life easy in the future. If you really need plugin management, move it to the parent pom. Move also the repositories and plugin repositories. This way if you need to change a plugin version for example, you only need to change it in one place.
Sep
24
comment Keeping distributed databases synchronized in a unstable network
The Yahoo paper is very interesting. The idea of developing my own solution was already on my mind. I'd love to have something like GIT for databases
Sep
24
asked Keeping distributed databases synchronized in a unstable network
Sep
6
accepted Very slow read from DVD in Java and .Net
Sep
4
answered Very slow read from DVD in Java and .Net
Sep
4
revised Very slow read from DVD in Java and .Net
Add example code
Sep
4
asked Very slow read from DVD in Java and .Net
Aug
26
accepted modular development
Aug
12
awarded  Yearling
Jul
20
awarded  Nice Question
Jul
20
asked Trouble using GWT ScrollPanel
Jul
17
asked How to catch GWT HorizontalSplitPanel double click event
Jul
9
answered modular development
Jun
15
asked How can I define a dependency on SQL Server in a windows service that works with SQL Server Express