I'm a beginner on JADE and I need some help with a problem. I have an application which is a Seller and a Buyer buy books. Actually, the seller will add some books and the buyer could search for one to buy it and this is made by using JADE framework.
Now my question is: Is there any possibility to make this application online? For example, if I am a seller on another computer, how could I add some book to be able one buyer see them from other computer? And I can have any number of seller and buyers.
I've heard about JadeGateway and GatewayAgent and some stuff with webpages...
So if anyone knows how can I do this kind of connection on internet(preferably without some webpages and automatically application) please explain me, or sent me an simple tutorial.
HERE it's my code, I could not post it here because it's too big. If anyone could give me and idea how to do this based on my code will be perfect, if now... Any kind of advice or tutorial will be great :).
Thanks for you help guys. :D
Related
i am trying to make an android app which can store multiple user profile and anyone in this profile can create a team and ask other to join the team wirelessly. I am new in android development, that's why i don't know how to start. I need a little bit startup help. Hope anyone can help me. Thanks in advance.
This question needs a long answer, but generally i thing you should (after being able to build basic apps) read about
Google FireBase.
You will probably need to combine the Realtime Database with Users management, maybe with Cloud Massaging.
I believe this can be a good place to start.
Best of luck.
I know this is really vague but I'm looking for any sort of assistance you can offer. Basically, the vendor I am working with currently has a Point of Sale app on their iPad tablet, customers already go there and order goods on a daily basis. I am currently developing an Android app for the customers so that they can order their goods on the go, and have it ready for pick up when they arrive. Some of the documentation is a little confusing to follow, and the answer that Square customer support gave us wasn't very clear either, so I am calling on the help of fellow developers who perhaps have experience working with Square. Right now I'm having a lot of trouble understanding how users of our app would even see the menu through Square API calls, which APIs to start out with. They have lots of different ones and I'm not sure which ones are actually relevant to my task.
Here are some links I tried to look at for your reference, maybe it can help you as well:
https://docs.connect.squareup.com/
https://github.com/square/connect-java-sdk
https://github.com/square/connect-api-examples
https://github.com/square/point-of-sale-android-sdk
https://github.com/square/active_merchant_square
Does anyone have experience developing an application for Motorola MK3000, been reading the manuals and browing the web but can't seem to find a good guide. I feel like this is my last resort. I have a background in c++ and java, anyone can help me? or point me to a good (not confusing) guide? Thanks in advance...
Edit:
Sorry forgot to write what kind of app. I would like to create a bar code scanner that will fetch the image and other infos from server with the corresponding ID, kinda like the one they use in malls to find the item price.
There are similar topics if you search for them. E.g:
How to integrate the scan barcode option on my WinCE application?
If you need more information feel free to ask.
I want users will be able to sign in other sites using their accounts on my site. It should be something like "Sign in with Google". Can you advice me any libraries or frameworks?
I thought about how to run my site as openid provider but I really don't understand it... Can you help me? I'm just a beginner in programming. I using java.
Thanks. And sorry for my english.
If you're just beginning to program then this might be a bit over your head. But if you're still willing to try, then take a look at tutorials regarding writing an open id provider (like here or here ).
Some helpful libraries are listed here and here.
It is important for you to understand how open id works and one good place to start is this google presentation.
Ok so I use Ajax Chat (http://sourceforge.net/projects/ajax-chat/) and it is a great chat script. I use the MyBB Integrated version and all is well. What I am wanting to know is how I could add voice capabilities.
Basically each channel would be similar to a Yahoo chat room and have a talk button. This way someone could talk and the rest of the room could hear.
Flash is NOT an option, and I tried RED5 with it and the results were terrible. Bad quality, couldnt hear half of the time, etc.
I have searched and searched and searched and all I find is calling, IP-to-IP, etc.
I would like to do this in JAVA if possible which is not one of my best languages. I do have root access to my server and it is linux (CentOS). So what I really need is a point in the right direction on how to do this.
Thanks in advance.
The best way to do this is to use the Java Speech API. You can find out more information about this at this site. This question was already answered actually in this link.