How to build a web application for smartphones

Salvation of venezuela, please I need the steps to build a web application for Smartphones using Webworks, what resources do I need to install in my computer to start my project?

Hello

A quick way to start is to download and install Eclipse with the bundle of BlackBerry WebWorks plug-in. It is available for download on:

http://us.BlackBerry.com/developers/browserdev/devtoolsdownloads.jsp

Alternatively, you can use the newer approach, of ripple:

http://supportforums.BlackBerry.com/T5/Web-and-WebWorks-development/how-to-use-ripple-instead-of-the...

See you soon.

Tags: BlackBerry Developers

Similar Questions

  • How to build a Web application on the blog?

    I need your help on a problem with the fact that I was struggling.

    So I try to build a web application to create a blog that is 'false '. I create the fields, updated my css, but I must be missing something because the page does not load the model that I created...

    How do you think I should create blog web app? Do you have step by step recommendations?

    1 million for your help thanks!

    Do not give you all the features of a blog and not as manageable auto. Yes, we build web app Articles all the time, but they will still not have archive features etc of the current blog.

  • How to build a Web site for exclusive members to connect to?

    I'm looking to build a website that people can apply to become a member. Once I spent reviewing the application that I wish I could send them an email with the login to this website exclusive members. The home page would be an area to be able to submit a request or the connection. The rest of the site could not be visible if they have a user name and password. Anyone have an idea how I can create a site like this using Adobe Muse?

    Hello

    Please check this thread, Re: can I create a login/password in the Muse for a HTML5 page or two?

  • Build an html5 app, I only .html, .js, images, css file folder files / files. How to build a web app/html5 app in that if I did not file config.xml?

    Build an html5 app, I only .html, .js, images, css file folder files / files. How to build a web app/html5 app in that if I did not file config.xml?

    I downloaded the game codes and try to build games using these codes, but I had only

    data folder

    image folder

    js file with .js files

    file .html

    main.js file

    In this case, how build/package web app /html5 app if no config .xml given?

    You will need create your own file config.xml. There are samples and documentation on each of the items on our microsite here:
    https://developer.BlackBerry.com/HTML5/documentation/gold/working_with_config_xml_file_1866970_11.ht...

    Note that all the elements in the samples are not necessary. For each piece, make sure that you actually need in the config.xml file. For example, most web game conversions will not need elements (using the old SDK) since they make use of BlackBerry-specific APIs.

  • Errors during the demo 'building a Web Application with JDeveloper11g using EJB'

    Hello

    I'm going by the demo of building a Web Application with EJB using JDeveloper11g. The demo lasts great until "Running Java outside of Java EE container Service".

    I followed the steps "That runs the Java Service outside Java EE container" exactly as written:

    1. now, create a new persistence unit to run the java service outside the Java EE container. Right click on the file META-INF. Persistence.XML and select new Service Java façade in the context menu.

    2. in the Java Service façade to create, if necessary, click next to go to the home page. In the class of Service Java Panel, you can choose to create a new persistence unit (in the next panel) or use an existing unit. Select Choose a persistence unit or create one in the next panel and check the generate a checkbox in the main() method.

    3. the name of the persistence on the outside unit. Choose the JDBC connection and make sure that the JDBC connection is set to HRConn.

    4. all methods should be selected by default. Deselect some of them so that your selection looks like the following image. (Remove the 'byRange' methods)

    5. in the source editor window, for the JavaServiceFacade class, add a new line after the / / TODO comment and enter the following statement:

    Employees a = javaServiceFacade.queryEmployeesFindByName("P%").get(0);
    System.out.println (a.getLastName ());

    When I type the code above:
    Employees a = javaServiceFacade.queryEmployeesFindByName("P%").get(0);
    System.out.println (a.getLastName ());

    I get the following errors:

    Create method to "queryEmployeesFindByName".
    Separate declaration and assignment

    Any help is appreciated.

    Kind regards

    Kelly

    If you use this tutorial - the use of building 5407 http://www.oracle.com/technology/obe/obe11jdev/bulldog/ejb_jpa_jsf/ejb.html#t2s4

    Looks like the link to the tutorial page pointed to an older version.

  • How to install Skydrive Windows application for 32 bit Win XP?

    How to install Skydrive Windows application for 32 bit Win XP?

    You do not have.  Like the Skydrive page will tell you, that Windows XP is not supported by the software.

  • How to build a Web of Oracle site style

    Dear all,
    (Not sure that this question should be this subsite or not).

    My question is how to build a Web of Oracle site style, what technology should be used.
    Example Site: [http://www.orapub.net/ebs/index.htm | http://www.orapub.net/ebs/index.htm]
    The style of this web site is like Oracle Enterprise Manager.

    Thank you very much
    Pan

    You can use Oracle Webcenter or just Oracle ADF to build a kind of Oracle Enterprise Manager of the site.
    See details here-
    http://St-curriculum.Oracle.com/OBE/jdev/obe11jdev/ps1/ria_application/developriaapplication_long.htm
    http://www.YouTube.com/watch?v=iE2zTNhlvy8

  • Product filters of the building with Web applications

    I'm currently building product in my catalog page filters, but I'm stumped as to how to do it.

    I had read that it must be done through the Web Apps, but I can't figure out how. From what I understand, I have to add each product to the Web application. That would be nice, but that would mean having to add each product twice, once to the Web application and once to the product database? Is this fair?

    The filter options, I need is a drop down menu for product scale, a scroll of the brands of products checklist, a slider for product prices and list the product color.

    It seems very little information with practical examples on the operation of Web applications and how to create them.

    OK, you're on the right track. A few note however:

    1. replace:
    {module_data resource="products" version="v3" fields="custom3" skip="0" limit="10" where="\{'custom2':'1:10'\}" order="id" collection="myData"}
    

    with

    {module_data resource="products" version="v3" fields="custom2, name" skip="0" limit="10" where="\{'custom2':'{{globals.get.scale}}'\}" order="id" collection="myData"}
    

    This way module_data will get the real value of the query in the URL param, so mysite.com? scale scale1 = and mysite.com? scale scale2 = will make things different.

    When generating the snippet module_data do not forget to include all the fields you will use, including the product name, custom fields, the URL and so on. module_data returns only the fields that you specify.

    API calls can be used in the front-end servers, you need not the snippet ajax for this application.

    I highly recommend passing by the messages filtered by the author and tag -even if it's on blogs, the approach is similar to what you need, the only difference is the resource module_data returns (rather than products blog posts).

    Hope this helps,

    Mihai

  • How to load a web application complete on a blackberry app

    Now, I try to build a blckberry application that allows to load the web application from its url. something like the fact of any browser. but I don't want to address or file menu bar. just a simple browser like app

    As long as you control the sources, it is possible using a stub and OBVIOUS. MF

    Basically, you have a 'app 'heel the heel app is basically a charger / launcher for something else.

    for example, you could have a selection of web applications on a server that are frequently updated. The downloads of the most recent list and you stub app allows you to get / launch other applications

    If you have already downloaded one of the spear Launcher apps, otherwise he can get and then launch

    Learn about the MANIFESTO. MF because it is the vital part of making something like this work

    Note that you need to dynamically create the MANIFEST. MF on the fly by user

    It is essential

  • Oracle ADF: How to develop a web application to adf with a team of 10 members

    Hello, we need to develop a web application using Oracle ADF and jdeveloper 12 c. It is a great project as we develop this application with a team of members of dimension 10. Our doubts, this is how we can develop a web application using a team.

    Suppose we have 10 modules. Each module was developed by each Member (each Member is using a different system with the same environment. JDeveloper 12 c). Finally to develop all 10 modules how we can combine all 10 modules in a single application. How we can change the links, the page flow and connection details.

    Help, please.

    Thanks in advance.

    ADF is built for the development team. Features such as the ADF libraries, bounded task flows and nested application modules allow developers to work on separate parts of the project and then merge them into a single application.

    Follow the video that Timo has pointed out and read the section of the documentation on reusable components: https://docs.oracle.com/middleware/1213/adf/develop/adf-web-component-reuse.htm#ADFFD1846

    Regarding version control (and track tasks, make automated etc generations) - an option to consider is the Cloud Oracle Developer Service.

    Here is a demonstration of how you team management version on that app JDev/ADF: by using the Service of Cloud Oracle Developer for Git version for JDeveloper/ADF apps management

  • How to run a web application in JDeveloper11g using the jdk 1.4.2_04

    Hello

    I'm trying to run a jsp/servlet web application in JDeveloper 11 g which was developed in JDeveloper 10.1.3. I migrated the application for JDeveloper 11 g and when I tried to build the project, it is throwing an exception as * "' error: project is not configured to use at least JDK 6. * after changing the version of jdk 1.4.2_04 for under project properties/libraries & Classpath/Java SE Version." There are other parameters to change? Can someone guide me on this.

    Hello

    JDeveloper 11 g is a JEE 5 environment (so according to JSE 5), including medicines generic and other features. It so there's no way that you will always be able to run using any environment 1.4.x.

    Kind regards

    ~ Simon

  • Application for Smartphones Wifi blackBerry using BB 9000

    I guess the BB uses the dns servers of Rim or a proxy server to route requests to the www through when using WAP and data plans.
    This is the case when you use the wifi carriers charges would not apply and neither would release of the data carriers.

    The reason I ask is that when you use wifi with our router, all applications for MTS via port 80 get routed through a dns/proxy filter that restrics some sites.
    These sites are always available and accessible.

    This, I guess that two www requests are made for a rim proxy server NOT on port 80 and/or dns are requested through the rim when the wifi and there is no need of.

    Anyone has any ideas or can shed light on this. ??

    Heard, so it seems that you use BIS which does not explain why the HTTP request comes from a different server. BIS has a public browser MDS (the Web browser) that optimizes traffic for BlackBerry when traffic happens on the network of the carrier and if you are connected to WiFi it does not matter the traffic via an Internet browser / BIS goes out through public servers.

    If you want to force someone to be able to use the browser WiFi using your network connection and router and respect your filters, you can remove with IPPP for BIBS service in her book. This is only temporary and will come when a BB re-entered on the network.

    As an alternative to the use of BIS if you want to force traffic to go, well, your own internal network, you can watch the offer BlackBerry unit. The only downfall is that unit requires a computer connected to the net to make it work. Apart from that, it is a BES mini that will ensure traffic flows on through your home network first and not by the BIS browsing public that you cannot filter.

    I hope this helps...

  • Applications for Smartphones blackBerry "BOLD"

    I just got my "BOLD" today w / ATT and wondering are the little extra I guess they're called applications for free? [I have the plan personal data] so things like ATT Navigator, mobile MEdia Net, CV, yellowpages.com. etc etc.

    The AT & T Navigator costs $10 a month to use. If you want a free GPS, you can use Google Maps (but which does not turn-by-turn directions).

    Media.Net theAT & T web browser, is free if you have a data plan unlimited (which is sounds as if you are doing)

    YellowPages.com is free. Most of the others I can think of are free

    See this site for some BB applications top of page

    http://www.Stinsonddog.com/must-have-applications

  • Creating a Web application for the first time with the database

    I'm new on using Dreamweaver, I used HTML in a notebook for my sites more than a decade. And a lot has changed since then.

    I am interested in creating a Web application and hosting it. I currently use Excel for my business to make our schedules used on a weekly basis. I am wanting to create a Web app equivalent to the Excel workbook that I use for a web only Annex myself and 15 years and most other companies can use to make their own calendars. I want to especially do so that I can keep adding features and update and bug fixing without having to force everyone to switch to a new Excel workbook whenever I have released a new version of it.

    Currently I can't fix or change anything to the workbook just because it's so formula and microphones intense code, it is too much time to re - write again.

    So here are my questions:

    • What resources would I need to create a Web application and to be able to a lot of people able to use it at the same time and not to worry others see their schedule, they create?
    • What are the services I need to buy, like web hosting? Would what specific things like MySQL or others I need?
    • Any person experience, what costs would I expect to spend on a project like this?

    Here's the Excel file that I currently use to make my schedule. Feel free to download and read to get a better understanding of what I'm trying to do.

    http://1drv.Ms/1wPDkz3

    Thank you.

    So here are my questions:

    • What resources would I need to create a Web application and to be able to a lot of people able to use it at the same time and not to worry others see their schedule, they create?
    • What are the services I need to buy, like web hosting? Would what specific things like MySQL or others I need?
    • Any person experience, what costs would I expect to spend on a project like this?

    * You must a good coder, PHP and a MySQL database. The encoder would require producing a the user authentication section, a section of the display for each user and a section change to edit/enter a program

    * Other than hosting with PHP and MySQL, nothing. However, it is possible that you could find something already put together and open source - visit this link.

    employee open source php scheduling

    * Depends on your skills. However hiring a freelancer to implement free stuff you risk $500-$1000.

  • How to recover a deleted application BlackBerry Smartphones.

    I downloaded an app free, loved and bought the upgrade.  I wanted to delete the free my BB and managed to remove both versions.  How to recover the deleted application?  I tried to buy it (only $. 99), but told me that I have already subscribed and I go to 'My World' and use the menu to refresh my purchase (error Id: 30222).  The watch icon is no longer in 'My World'.

    Any suggestions?  Thank you

    Hi and welcome to the Forums!

    Here's a knockout who deals with this error:

    • KB25433"error ID: 30222" is received when you try to download an already purchased app or theme that is no longer in BlackBerry App World

    I hope that it contains something useful!

    Good luck and let us know!

Maybe you are looking for