Tagged Questions
0
votes
1answer
28 views
Data handling not working properly
I am trying to transfer data between 2 activites through a class which is responsible for handling data. Here are my codes:
Home.java
String username = input.getText().toString();
...
1
vote
0answers
18 views
creating android application to send mobile data to USB
I have to create an android application to send data to USB port..I don't know where to start from..
Please guide me what to do for it and how..
Thanks,
Laxmi
-5
votes
1answer
23 views
Some data is not passing through from .csv using Java [closed]
File with client members have been converted from .dat to .csv and after setting up the file converter and sending a test file, it reads all the client members except 2. What are the things to ...
-3
votes
0answers
45 views
using button in java to save data [closed]
i need to create button to save changed values.. for example, if score in this next code comes to 2:1 for red team.. i need to be able to save it and show it saved... im student at techical ...
0
votes
0answers
15 views
Data format management framework
The application I'm working on outputs data in a number of different contexts. HTML, PDF, Excel, JavaScript, and SQL primarily. Most of these have their own way of specifying a display format for a ...
0
votes
3answers
60 views
Big database, many maps?
As part of a student project I am building a large database, which could theoretically contain millions of objects.
I'm starting with the firstname (i.e. Person fName = "John").
My plan is to ...
-1
votes
1answer
42 views
How to read data from XLS (Excel) file in java, android
I have searched stackoverflow but I didn't find a clear answer. How can I read data from particular rows and columns of XLS file to my Android application? How can I read XLS file? I don't want to ...
-1
votes
4answers
36 views
Creating a database from various web pages? [closed]
Is there a way using java or python that I can somehow gather a ton of information from a ton of different colleges on a website such as collegeboard?
I want to know how to do things like this but ...
0
votes
1answer
35 views
Adding images to each JTable Cell
I have an arraylist of object with the properties Title, Director, Rating, and the pathname for an image. I am wanting dynamically fill the JTable with this data in a for loop as illustrated by the ...
0
votes
2answers
77 views
How do you store each value separately using comma then they store into separate array?
A simple data file which contains
1908,Souths,Easts,Souths,Cumberland,Y,14,12,4000
1909,Souths,Balmain,Souths,Wests,N
Each line represents a season of premiership and has the following format: ...
0
votes
1answer
32 views
How would I go about Transfering data between JAVA and PHP?
I have a java application that has information that I need to display on a webpage, sorta like a chat room, The way I'm currently doing it is by having the java application listen for connections on a ...
0
votes
0answers
55 views
Linked list algorithm using nodes. How do you add new nodes to the list?
How do you create a node with fullName and studentID in the "add" method and then put them into the correct positions which the name_first and name_second should move until the name in the name_first ...
-1
votes
3answers
46 views
Database for java map service [closed]
I'm running server on Java for a map service. I need to store nearly 12 000 "places of interest" (POI). So, once I receive a request, I need to analyze all the POI and to display only the suitable ...
0
votes
2answers
53 views
creating hashmap from json data
I am working on a very simple application for a website, just a basic desktop application.
So I've figured out how to grab all of the JSON Data I need, and if possible, I am trying to avoid the use ...
0
votes
2answers
85 views
Is this an ugly/bad design for a data-structure? (Java)
Is this data structure a bad design choice somehow?
Basically every map is a user, which has a bunch of different kinds of fields. Every kind of field is a key in the map, and has a List of the ...
1
vote
3answers
80 views
Can you store data inside a .jar?
I'm learning java and am currently trying to develop a simple application. My question is can you store data about settings, etc in a text file internal to a .jar? If so how would you go about ...
1
vote
0answers
57 views
Get data from XML/HTML page
How to get data from XML/HTML page?
I'd like to make an android app, in which users get a notification of a school-lesson that fell out.
This is what the website looks like:
...
0
votes
1answer
51 views
Method of extracting data from a website?
I'm a bit new to web programming these days and I had a couple of questions.
I want to grab data from a website (for example, the names, identification number, and list of resources someone is using) ...
0
votes
1answer
40 views
how to import and consolidate similar (but not equal) text from several different sources
I am importing a set of data from several files (excel files) that holds records with no identifiers on a daily basis.
the data needs is then stored in a relational database (Oracle).
The problem is ...
1
vote
2answers
86 views
JTable reload data
I have the following JTable in code:
String[] columnNames = {"Name", "Category", "Seller", "Sell Price", "Current Bid", "End Date", "Open"};
Object[][] data = GetAuctionTableData();
final JTable ...
-2
votes
2answers
43 views
Use java to grab javascript off a website [closed]
It there a way for my java program to grab the javascript embeded on a website and stick it in a data file?
Im new to java, Thanks in advanced
0
votes
1answer
36 views
why is EOFException used mainly by data input streams?
From Java API
public class EOFException extends IOException
Signals that an end of file or end of stream has been reached
unexpectedly during input.
This exception is mainly used by ...
0
votes
1answer
65 views
Android: onActivityResult - data string returns null
Hello I am new Android coder, and I have problem with onActiviResult function. Code compiles and emulates but the data parameter returns null.
In function main:
private static String sActualLogin = ...
2
votes
4answers
91 views
Java datafile sharing between classes
I'm sorry for being a newb and trouble you all with this question.
I'm making a small program that reads from a file (Serialized objectInputStream), which is a registry list where each entry has a ...
0
votes
2answers
58 views
trying to implement a trie data structure in java
I am trying to make a TrieNode class. every node has a letter, links(the other nodes it connects to), a boolean declaring if this node marks the end of a full word, and I am trying to add another ...
2
votes
0answers
44 views
Java UDP sending and receiving thousands of data
I have a database with different FPS games IP addresses and I need to query each server 5 in 5 minutes. With the query message response (received from the servers) I know if the server is online, how ...
2
votes
7answers
83 views
Remove chars from string in Java from file
How would I remove the chars from the data in this file so I could sum up the numbers?
Alice Jones,80,90,100,95,75,85,90,100,90,92
Bob Manfred,98,89,87,89,9,98,7,89,98,78
I want to do this so for ...
-5
votes
1answer
64 views
How do I sum up the data in a file in Java? [closed]
I have previously done my research and I couldn't find anything that could help me. I have a file which has a persons name and then their grades next to it. I want to take the grades for each name and ...
-2
votes
1answer
135 views
excel-like data import wizard for java/jquery [closed]
Are you aware of any “out of the box” import wizard for java/jquery.
We are using apache Wicket (6.x) as well as JQuery / JQuery UI for our project.
Now we require to build an online data import.
...
0
votes
0answers
35 views
Migration from odi(oracle data integrator) to java [closed]
currently we are migrating from
ODI to java
. I would like to know the pros and cons of doing it. Does any body worked on this type of migration
0
votes
1answer
41 views
Data storage for Java code in Chemistry
I am trying to make a calculator java file for Chemistry purposes. I want the java code to be able to convert grams to moles, moles to atoms, etc for each element on the periodic table. I want to know ...
0
votes
0answers
65 views
jxls howto validate data and cell content in excel with jxls
i am using http://jxls.sourceforge.net/index.html for reading an xls-template und filling it with content. (reading an Excel'97 file)
but there is one i havent fount any information about it. i ...
1
vote
0answers
110 views
How to implement a dependency/package management system?
I am actually working on application where a client depends on modules that needs to be downloaded from a repository server. The modules can be of any archive : jar, dll, zip, etc.
The client first ...
0
votes
1answer
30 views
Java UDP data format
I need to send a UDP packet in the following format:
[1 OCTET][2 OCTET][3 OCTET][4 OCTET][5 SHORT]
For example:
77.125.65.201:27015
Hexadecimal:
4D 7D 41 C9 69 87
This is what I captured ...
0
votes
4answers
55 views
Java read from a text file.
I'm trying to load some data to a GUI from a text file using a scanner. I have two sections in my text file: Clubs and Members. The code runs okay for the Clubs section. For example, if I have 4 clubs ...
0
votes
1answer
37 views
Should I close all of my resources when exiting the application?
I have an application which is communicating via a COM Port.
When the user exits my application, should the app clean/close everything?
If I don't do this, is my application security compromised?
2
votes
0answers
50 views
How to shift cache / session data of one server to another?
I have two servers one with lot of cached data and session data (coming from a database, and changes made on this) on it. I want to securely maintain that data on secondary server. That is required to ...
-5
votes
1answer
57 views
Posting data from Java to PHP [closed]
How can i post data from java to PHP? I want to post a data from my java code to my web page.
String token = "kasjfu790fjioasfh2fjksaf";
I want to post that data to my web page to check if it is ...
0
votes
1answer
64 views
Easy way to manage data in java
I have not had to do anything like this yet so I just need a little help in what direction I should go. I have an application I am working on in java. It has quite a few variables that refer to price ...
0
votes
0answers
43 views
Android Sharedpreferences not saving the data
can someone please help. I have 2 activities the main activity and the settings activity that comes into place when the user presses the menu button. The settings page lets the user select there ...
1
vote
5answers
57 views
Objects in java. What happens with them after they are no more assigned to a variable? [duplicate]
So Ive been working with HashMaps when I came to a question which I couldnt solve myself or find on the web.
HashMap<String,HashMap<String,String>> m= new HashMap<>();
...
0
votes
1answer
82 views
how to connect JSON with achartengine library
I am using achartEngine to draw linechart in my android application. i am setting data in the code. Now I need to get data from JSON and display it in my graphics.but i don't know how to connect my ...
0
votes
1answer
63 views
How/where to save sensitive data in J2ME?
I am currently making an app that will need to save sensitive data in J2ME, either in RMS or using LWUIT's storage class. (For example username and password)
How secure is such an implementation, and ...
2
votes
1answer
53 views
Fast aggregattion of multiple ArrayLists into a single one
I have the following list:
List<ArrayList> list;
list.get(i) contains the ArrayList object with the following values {p_name=set1, number=777002}.
I have to create a
Map<key,value>
...
1
vote
1answer
68 views
Equivelent of SerialPortEvent for a socket connection
I'm writing a application that has a connection to a measuring device.
This device can be connected by serial and networkconnection.
The serial side I'm done with and catches the data that is send by ...
2
votes
3answers
119 views
How to store pairs in Java?
I'm writting a small API program in Java, that will validate IP addresses. In the simplest iteration (1.2.3.4)I just call a library like googles guava and get a true or false.
The problem I have is ...
1
vote
3answers
80 views
Saving App data?
In my app it saves data eg when something is clicked on it counts how many times its been click however when you uninstall the app it removes the data!
I want to get around this problem by maybe ...
0
votes
0answers
30 views
Mysql or NonSql or Lucene for a large hashtag database? [closed]
I'm starting project which is largely depends on user data and hashtags, I want to chose between 3 strategies and I'm not sure which one is the best, I appreciate some insights:
a typical relational ...
1
vote
2answers
60 views
Best way to implement a matrix (metro stations / metro lines)
I'm developing a small web application in Java that given a London geolocation it finds the nearest metro station and its respective lines. I'm trying to find the best way to represent the ...
1
vote
1answer
135 views
MongoDB Spring data Criteria.all
In mongo console I have:
> db.test.find({})
{ "_id" : ObjectId("515afcfedba6a529520becfa"), "array" : [ { "key" : "one", "value" : 1 }, { "key" : "two", "value" : 2 } ] }
{ "_id" : ...

