-
Began Watching Guidance for career change from PHP to Java and to Websphere
Hi, I've done my bachelors in Computer Science and was working for the past 2 and a half years in PHP and MySQL. Now I'm planning to change my career … -
Replied To a Post in Guidance for career change from PHP to Java and to Websphere
Unlikely as it will not teach you more advanced topics -
Began Watching flash base website cannot open on mobile devices
hi everyone, i recently, upload my flash website..it works fine on laptops n pc..but, when i go to view on iphone, windows phone or samsung phone..the result is, i get … -
Replied To a Post in flash base website cannot open on mobile devices
Sorry for being sarcastic but under which rock you been living? Both iPhone and Android do not support Flash for last 2 years and Adobe is not doing any development … -
Marked Solved Status for Can I set onClickListener to another class ? (Android, Java)
There are two classes: - ListViewActivity extends Activity, - MyAdapter extends BaseAdapter. MyAdapter overrides the getView method and creates an item in ListView, which drawn in ListViewActivity. I want to … -
Began Watching Ant cobertura build.xml for coverage
My build.xml can run junitTest well but when I tried to build with cobertura instrument, JunitTest failed, Why? <target name="instrument" depends="compile"> <echo> ====== run target instrument ==== </echo> <!-- Remove … -
Replied To a Post in Ant cobertura build.xml for coverage
https://github.com/cobertura/cobertura/wiki/Ant-Task-Reference -
Began Watching Search functionality using JSP, Java and MySQL
I am trying to make a vehicle advertising website like autotrader or ebay. I am using html, css, jsp, java and mysql for the database.Basically I want the user to … -
Replied To a Post in Search functionality using JSP, Java and MySQL
Your SQL query is wrong "SELECT title, price, image1 FROM advert WHERE title, make, `model LIKE '%%' "";` * You are having `\`` in front of model * I have … -
Began Watching Cordova Android
I have finished creating a website and i want to make an application out of it. I have install eclipse, cordova and done a sample application. Works fine. Any good … -
Replied To a Post in Cordova Android
Few options: 1. Application will always request data from server so no real data storing on device (if requests are heavy it will be slow and expensive on data) 2. … -
Marked Solved Status for Servlet Error
Hello everyone, Can you help me with the following problem. I am working on Eclipse IDE. I created new Dynamic Web Project and when I tried to create a Servlet … -
Began Watching Getting Started With Spring3 MVC with Gradle or Maven
Hi all I wish to start learning Spring 3 mvc how do I get it started with either Gradle/maven in Spring Tool Suite (STS). What is the easiest way to … -
Replied To a Post in Getting Started With Spring3 MVC with Gradle or Maven
Spring develeopers produceded documentation with official tutorials http://docs.spring.io/spring/docs/current/spring-framework-reference/html/index.html -
Began Watching Servlet Error
Hello everyone, Can you help me with the following problem. I am working on Eclipse IDE. I created new Dynamic Web Project and when I tried to create a Servlet … -
Replied To a Post in Servlet Error
Sounds like you are missing stuff that is available only with Java EE. Did you installed any [Java EE](http://www.oracle.com/technetwork/java/javaee/downloads/index.html)? -
Replied To a Post in Saving XSSFChart as an image file using POI
Sorry I never did this with POI.Given that so far nobody provided usable answer you may want to try their mailing list and ask directly contributors http://poi.apache.org/mailinglists.html -
Began Watching PhoneGap
Ι am trying to make an app. I visited phonegap.com. I install node.js and run C:\> npm install -g phonegap on the command promp. Does anybody knows what to do … -
Replied To a Post in PhoneGap
Link [here](http://lmgtfy.com/?q=phonegap+tutorial) -
Began Watching Are in-app ads earnings good?
Hi all, I have a image viewing/sharing site that gets over 500k monthly mobile visitors. I was wondering if it would be worth it to develop a mobile app for … -
Replied To a Post in Are in-app ads earnings good?
>So, yes if you develop an app and run whatever ad-service, I think you would be able to get similar or more gains, if not less, from the visits. You … -
Began Watching Saving XSSFChart as an image file using POI
Hi All, I have an excel file containg chart.I am able to read the chart from excel file using POI XSSF. But I am not able to save the XSSFChart … -
Replied To a Post in Saving XSSFChart as an image file using POI
@Slavi not exactly, question is how to get **XSSFDrawing** or **XSSFPicture** to some stream format that can be used to create image. You should spent little more time reading question … -
Began Watching Sync Bank Account
I am in the process of developing an Android App that will sync all of the users bank and credit card accounts to get the balance. The purpose is that … -
Replied To a Post in Sync Bank Account
Usually stuff like this is done directly on bank contract as they do not provide public APIs for such stuff to avoid DDOS or other attacks on their services. Your … -
Began Watching Compiling error in jsp class for registration
Hi I am getting a **HTTP Status 500 - An exception occurred processing JSP page /registration.jsp at line 15** error. The page is a registration jsp page that submits the … -
Replied To a Post in Compiling error in jsp class for registration
You have to check your Java server where kyou deploying that code for logs. It is not job of IDE to give you crash reports of server based Java application. … -
Began Watching How to do Load Testing with Mobile Apps
Hi.... Anyone have the idea about Load Testing Tool for Mobile APPS? -
Replied To a Post in How to do Load Testing with Mobile Apps
You can try Little Eye Labs performance [tool](http://www.littleeye.co/). However as far I know it is commercial product, not sure how much you will get out of it as few months … -
Began Watching Timespan in Android?
I ve made an windows phone app in c# and now I m making equal android app. I ve come to the problem where I have to compare some times. … -
Replied To a Post in Timespan in Android?
Time is Android represented either by Date or Time objects. Each of these will return result in miliseconds as long variable (http://developer.android.com/reference/java/util/Date.html#getTime() http://developer.android.com/reference/android/text/format/Time.html#toMillis(boolean) ). Then you just need to compare … -
Began Watching GlassFish Error
Hello, I have installed glassfish server with netbeans. I have created a new JDBC Connection Pool and when I ping it I get error message "Ping Connection Pool failed for … -
Replied To a Post in GlassFish Error
Most likely you are missing JDBC driver, or you have duplicate (at least that was problem with Tomcat if you had JDBC driver in Tomcat lib folder and another in … -
Gave Reputation to Akansha Jain in exception Message is not showing
write System.out.println(e.getMessage(); -
Began Watching How to add click sound in Android
Hi, does anybody know how add click sound for button in Android? here is my code below.. i have checked some tutorials, but im not sure how to implement them … -
Replied To a Post in How to add click sound in Android
This is how simple it can be done Button one = (Button)this.findViewById(R.id.button1); final MediaPlayer mp = MediaPlayer.create(this, R.raw.soho); one.setOnClickListener(new OnClickListener(){ public void onClick(View v) { mp.start(); } }); -
Began Watching Android,, Beginners Study material.....
Hi, I m new to android mobile appn devlp. Pls suggest me study materials for that. I hav 2 years of xprns in core java appl devlp. I want full … -
Replied To a Post in Android,, Beginners Study material.....
@Peddi_1 read my previous replies -
Began Watching Hai this is PHP code .please convert to JAVA
function generateHashLink($service_domain, $file_path, $url_signing_key ,$expiry_timestamp = NULL){ // + and / are some of represented chars of based64 encoding (8 bits) // + is 62 and / is 63 and … -
Replied To a Post in Hai this is PHP code .please convert to JAVA
@iConqueror was there any reason to digg out this thread when all what you did is post just silly remark.... -
Edited Unable to import android appcompat v7
Hi! after updating to Eclipse 4.4, I haven't been able to add the support library appcompat. I've followed this instructions and I still get the error The import android.support.v7.app cannot … -
Began Watching java.lang.NullPointerException when trying to convert EditText to string
I am creating an AlertDialog that I can enter a new value into a SQLite database. The Insert method works if I call it by itself in the onCreate() method, … -
Replied To a Post in java.lang.NullPointerException when trying to convert EditText to string
If i read it correctly your insertValue `R.id.txtInsert` is part of `R.layout.add_item`. If that is case then final EditText insertValue = (EditText)findViewById(R.id.txtInsert); will be null because edit text was not … -
Began Watching how to connect database for sql server
i have some problem plz soloved -
Replied To a Post in how to connect database for sql server
> i have some problem plz soloved We are not telepats to know what problem you have if you do not provide neither error or actula code -
Edited ExcelCreateAnd Download
I have made two method ExcelCreat() which create excel file And ExcelDownload() which download that excel file. Both work separate properly but not in same time. I made a `builder.append("<"<a … -
Replied To a Post in android app for taking orders in restaurants
Internet is full of tutorials on specific topic! Do not expect that someone will write solution for you that you can copy & paste -
Edited android app for taking orders in restaurants
i am developing an android app for taking orders in restaurants there are 3 main parts that have to be developed 1 android app - there will be the menu … -
Began Watching android app for taking orders in restaurants
i am developing an android app for taking orders in restaurants there are 3 main parts that have to be developed 1 android app - there will be the menu … -
Replied To a Post in android app for taking orders in restaurants
And what exactly is your question?
The End.