What is a good toolkit for developing Blackberry applications?
Looking for a toolkit/SDK for general Blackberry development or application toolkits. Anything like an MVC framework?
Asked by: Chelsea118 | Posted: 21-01-2022
Answer 1
My understanding is that blackberry's OS is Java ME - based, and that there's a decent development kit for them. I presume you have already looked over everything here... you can find a lot of information, including the development kit download link.
Regarding model-view-controller, there's no particular framework to my knowledge, but I don't see why you wouldn't be able to take MVC as an approach in the paradigmatic sense. Google has resources out there on java developers working with MVC.
Answer 2
I'm not sure exactly what you are looking for beyond the standard SDKs, but you could check out Plazmic's Content Developer Kit:
http://www.plazmic.com/en/index.shtml
Answered by: Miranda150 | Posted: 22-02-2022Similar questions
Best IDE for developing Java Desktop Applications
java - What applications do i need to download to start developing apps using spring framework?
I need to start developing applications using spring framework, and am wondering what tools do i need to download to have me up and running.
On the springsourcewebsite am seeing all this applications to download and am wondering do i really need all this? And what versions should i use, especially for Spring Framework?
java - Is there an open source C# .net mvc project that eliminates the ramp up time when developing Appfuse applications for new customers?
For example, I am looking for an Appfuse equivalent for .NET MVC apps.
I use Appfuse in Java to crank out a quick web app pre-configured with the front-end and backend frameworks of my choice. Appfuse used ANT or Maven to build a web application.
Seeing as .net has equivalent frameworks & tools to Java, i.e. ANT and NANT, Hibernate and NHibernate, log4j and log4net, Spring and Spring.Net; Is there an...
java - Preferred way of developing web applications with m2eclipse
When developing Maven web applications I usually resort the the jetty-maven-plugin to quickly launch my application for local testing and debugging. Using the launch with m2eclipse has the drawback of not properly including all sources for debugging, even though they are downloaded by Maven ( see Source lookup does not se...
Developing JNI applications with Eclipse (Combined Java/C++)
Have anyone successfully managed to setup a combined Java/C++ project for Eclipse?
What I am trying to do is quite simple;
1) Compile my Java sources
2) Run Javah to create the JNI interface
3) Compile all the C/C++ sources
4) Link native shared library + package the JAR
Hints or even real projects which work are much welcome.
(Eclipse 3.5)
java - Developing Palm WebOS Mojo applications with Google Web Toolkit GWT
Has anyone successfully developed a "native" Palm WebOS app using GWT?
How do you setup your development environment and how did you interface with the mojo framework?
I was thinking one setup might be to create 2 projects: a GWT & a Palm OS project.
Setup your build to copy the results from you GWT compile into the Palm OS project.
Probably want to target your GWT builds at Safari.
I guess you would wa...
which is best server for developing java web applications?
I'm confused. There are lot of servers(GlassFish, Tomcat, Apache,etc.,). But which one is used to implement easy for developing web application? Please suggest me.
Thanks in advance.
Best resources for developing swing applications in java and eclipse
Closed. This question does not meet Stack Overflow guid...
java - Eclipse IDE, viewing variables in the terminal when developing Android Applications
I am developing my android applications with the Eclipse IDE. It occoured to me on occasions I would like to check the state of a variable. For instance when I recieve some data over a socket connection and store it in a String variable I would like to be able to check that what is being sent is correct.
I have read that the System.out.println(myvariable);and log.d(myvairable) should writ...
What do I need to start developing Android applications using java and eclipse?
web applications - Abstract Java Grid
I'm looking for an abstract representation of a grid in Java (grid as in that thing with columns and rows of data). Do such things exist? I want to be able to sort, filter, keep track of rows, set column properties etc. I'll then be realising the grid on the web.
To be clear: I've already decided on the ultimate view technology (client side). The thing I'm looking for will hold all the records and offer them up...
apache flex - Client Java vs (Adobe) Flash for web applications, what to choose and when
A few years ago client Java was unsuitable for web development because a remarkable part of web users did not have Java installed. ( I don't remember exact numbers, more than 10%).
Now I see the Google Analytics stats for a big site and it tells that >98% of users have Java installed.
Is these stats very biased by Javascript usage? As I understand Google Analytics measure only users that has Javascript.
java - What would be the best way to match up two object instances between two different applications in a J2EE server?
I have a J2ee application where I basically want two objects, created by two separate servlets to communicate directly and I need these intances to be stable, i.e. to "know" each other during the session.
The sequence is roughly:
Client sends a request to Servlet #1, which creates object A
Client sends a second request (after the first returns) to servlet #2 which creates object B.
...
web applications - Is there a tool to generate web pages based on Java beans?
Is there a tool that will take you java beans (pojos) and automatically make them a form for a webpage?
To be more clear I have a bunch of Jaxb objects that I want to be able to display in a form without having to code a bunch of html. Is there a tool that will read the jaxb objects and generate the editable form for me? Also, this needs to run on a glassfish server...
What do I need to write Java-based web applications and test them on my personal computer?
I currently have Apache HTTP Server, but I'm guessing I'll need Tomcat (and then have to configure it in a way that makes it not open to the public), a Java JDK (which I already have, but should probably update), and an IDE (I have Eclipse). But what else should I have or know before starting?
java - How does IIS compare in terms of performance and scalability to weblogic and websphere for enterprise web applications?
Closed. This question is opinion-based. It is not c...
c# - IPC between .NET and Java client applications
I must get two different client application talk without any kind of broker or server.
What is the best method for IPC beween two process, Java and .NET?
It must able to be work in multi-user termainl server, so no socket please.
I wish that it is lightweight and simple, something plug and run, so no RMI/WS please.
I'm now thinking about JNI to access Mutex and Named pipes, am I going to a right direction?
Is Java suitable for "Web 2.0" applications?
Closed. This question is opinion-based. It is not c...
How to develop multi-touch applications in Java?
Anticipating the day when multi-touch interfaces become more pervasive, are there libraries in Java that can be used for developing touch applications? I'm looking for interfaces similar to MouseListener / MouseMotionListener / MouseWheelListener.
web applications - What is a good embeddable Java LDAP server?
I'm working on a Java web application that integrates with a few other external applications that are deployed along with it. Authentication information must be synchronized across everything and the other applications want to authenticate against LDAP. The application will be deployed in environments where there will be no other LDAP server for everything to use; I have to provide it. My solution so far has been to use
Still can't find your answer? Check out these amazing Java communities for help...
Java Reddit Community | Java Help Reddit Community | Dev.to Java Community | Java Discord | Java Programmers (Facebook) | Java developers (Facebook)