Scala is a general purpose programming language principally targeting the Java Virtual Machine. Designed to express common programming patterns in a concise, elegant, and type-safe way, it fuses both imperative and functional programming styles. Its key features are: statically typed; advanced ...
0
votes
0answers
12 views
Using Scala reflection in Scala macros
I'm new to Scala.
I'm trying to use Scala macros in order to generate some code, more specifically I would like the macro to generate a function that instantiate an abstract class, for example if this ...
1
vote
0answers
15 views
sbt recompiles everything, almost everytime
Hello my sbt project compiles everything almost always when I change one file. Is there a way to find out, why the incremental build fails?
9. Waiting for source changes... (press enter to interrupt)
...
0
votes
0answers
11 views
JavaFX DragAndDrop with custom DataFormat
The Overview
I am setting up drag & drop in a Java FX application. When I try to grab custom data from the Dragboard I am getting a java.nio.HeapByteBuffer instead of an Object as the JavaDoc ...
0
votes
0answers
12 views
How to declare an object's logger in logger.xml?
I need finer grained control of my logging in my Play 2.1 application. To this end, I have been putting a unique logger in each Controller like follows:
package controllers.admin
object Accounts ...
1
vote
0answers
9 views
scala, play framework pattern type is incompatible with expected type
I have an issue with play framework and scala. My 2 Model class are below:
case class UserProfile(id: Pk[Long] = NotAssigned, useraccountid: Option[Long], name: String, date_of_birth: Date, gender: ...
3
votes
1answer
75 views
why both transform and map methods in scala?
I'm having trouble understanding the difference between / reason for, for example, immutable.Map.transform and immutable.Map.map. It looks like transform won't change the key, but that just seems ...
0
votes
1answer
17 views
How do I handle multiple play2 WS calls for a Set of objects and then return the successful calls to view
Let say that in my Controller I have a set of Sms objects. For each one of those objects I would like to call a web service and then for all the successful calls return the sms objects to view.
...
0
votes
1answer
25 views
A template as a template parameter in a play 2 views
I would like to define some templates in play 2 which takes an other template as a parameter:
@aTemplate(otherTemplate())
I think that should be possible in scala, right?
How would look like the ...
1
vote
1answer
39 views
sbt clear screen command
I am learning sbt build tool. I use interpreted sbt. I run lot of commands and get lot of output which clutters up the screen.
The question is any command for clear screen for sbt interpretive ...
5
votes
1answer
39 views
Generic type parameters for conversion to parallel collection
I have this function to convert an Array to a ParArray, giving the number of threads as parameter:
def parN[T](collection: Array[T], n: Int) = {
val parCollection = collection.par
...
0
votes
1answer
44 views
how is receive implemented and defined
Sometimes there is so magic happens that I break my head figuring out on what the compiler does. For example in akka, receive is defined as:
def receive: Receive
type Receive = Actor.Receive
and ...
0
votes
2answers
49 views
scala read large files
Hello I am looking for fastest bat rather hi-level way to work with large data collection.
My task consist of two task read alot of large files in memory and then make some statistical calculations ...
0
votes
2answers
35 views
Log all requests in Play 2
How can I log all requests coming in to a Play 2 application, in a similar way to how Apache logs (i.e. including the URL and client IP)?
0
votes
0answers
15 views
How to set up a local DBpedia mirror
I am trying to set up a local DBpedia Information Extraction Framework, but there seems to have some problems which I cannot deal with. I followed the instructions on the official site using Intelli ...
1
vote
1answer
36 views
Scala for loop with enum yield issue
I'm trying the funky for loops in Scala to loop over a List of Case Class objects:
case class SimpleCredits(credits: CreditType, quantity: Int)
val s = for{
i <- Users.findCreditsByUser(u)
...
0
votes
0answers
22 views
How do I get system time of the database in playframework?
How to get system time to database in, play framework and scala ,anorm
this format is not a possible way in scala
${new Date().format("YYYY/MM/dd:HH:MM")}
In this code the datetime format is ...
6
votes
1answer
81 views
Type systems of functional object-oriented languages
I would like to know how exactly modern typed functional object-oriented languages, such as Scala and OCaml, combine parametric polymorphism, subtyping and other their features.
Are they based on ...
1
vote
3answers
50 views
Interact with Akka actor outside actors
I want to interact with Akka actors from my own thread. Currently, i do like so:
val res = Await.result(aref ? GroupReceive(fromRank), timeout.duration).asInstanceOf[T]
But I am unsure how this ...
0
votes
0answers
16 views
ReactiveMongo and CSRF.getToken
How to add the CSRF.getToken to the following code see Google Groups link:
https://groups.google.com/forum/#!topic/reactivemongo/TS7LMHyXJhk
1
vote
0answers
29 views
Scala NoClassDefFoundError when trying to use jar
First I cloned scopt and created a jar:
git clone git://github.com/scopt/scopt.git
sbt package-bin
Then I created a file, ArgTest.scala (using the scopt example):
case class Config(foo: Int = -1, ...
0
votes
1answer
32 views
Conditional exception raising in a flow block
While using Akka's data-flow DSL, I have twice encountered a need to throw an exception inside future, conditionally. This is how I am doing it:
flow {
// ...
if (someCond)
shiftUnit(throw ...
0
votes
1answer
37 views
NullPointerException when Plain SQL and String Interpolation
I'm having some trouble doing a Plain SQL Query using String Interpolation. I'm trying to query a MS-SQL 2008 database using Microsofts sqljdbc4.jar.
The table is simple:
[serv_num]
number ...
0
votes
1answer
24 views
Scala Script Error on MAC OSX
I am receiving the following errors when I try to run a sample Hello world in Scala. The file has this statement saved in it. println("Hello World from a Scala Script!"). How to avoid these errors?
...
0
votes
1answer
29 views
Setting up multiple domains with Play Framework
How does one get started with multiple domains using the Play Framework? In other words, the same server will serve content for both somedomain.com and anotherdomain.com, and both of these domain's ...
1
vote
2answers
95 views
Are there any plans for Java to add implicit Getters and Setters?
Does anyone know if there is a plan to add in implicit getters and setters for Class variables?
I'm thinking of the current Scala code that allows this already. Something like the following, where ...
0
votes
0answers
13 views
Debugger source line synchronization not working in IntelliJ IDEA Scala plugin
I'm running IntelliJ IDEA 12.1.3 on Windows 8 with the Scala plugin 0.7.264. Scala is installed in C:\Apps\Scala\scala-2.10.1, and that directory is in my PATH. The Scala docs are in ...
0
votes
0answers
34 views
Running ScalaZ3 on Mac
Running a program that uses ScalaZ3. This is on a Max with OS XAt run time I get an exception as follows
Could not find /lib-bin/libscalaz3.dylib
java.io.FileNotFoundException: Could not find ...
0
votes
1answer
15 views
How Do I Access A Snippet Option In Lift?
If I have a template like this:
<div class="lift:ThisIsMySnippet?option1=a_value;option2=another_value">
<div class="morestuff">
{embed}
</div>
</div>
and then a ...
0
votes
0answers
71 views
parsing key/value pairs from string
I'm parsing the body text from incoming emails, looking for key/value pairs.
Example Email Body
First Name: John
Last Name:Smith
Email : john@example.com
Comments = Just a test comment that
may span ...
1
vote
1answer
112 views
Providing additional arguments to map on HList
I would like to do something like this:
def run(subjects: List[Subject]) = {
val configs = compute()
subjects.map(s => configs.map(c => test(s,c)))
// or flatMap, I don't really care at ...
1
vote
1answer
33 views
Is it possible to get the typeTag of a runtime instance?
Using scala 2.10, I am trying to instantiate a class from a string and I would like to get its typetag.
for example :
scala> def printClassName[Y: TypeTag](x: Y) = { println(typeTag[Y].tpe) }
...
2
votes
0answers
22 views
Organizing and analyzing logs in an asynchronous Scala web application
In the old days, when each request to a web application was handled by one thread, it was fairly easy to understand the logs. One could, for example, use a servlet filter to name the thread that was ...
0
votes
1answer
16 views
Play, Anorm and PostgreSQL: Problems with serial columns?
I used Play 2.1.0 with anorm, Scala 2.10 and PostgreSQL (9.1, driver: 9.1-901.jdbc4). The following query worked fine in MySQL. After moving to PostgreSQL it doesn't. After entering the method, there ...
2
votes
1answer
54 views
How to supply transformed params to superclass constructor while avoiding inline computations with Scala
This is my current unsatisfactory solution to the problem of manipulating the values passed to the subclass constructor before passing onto the superclass constructor,
class ...
0
votes
1answer
63 views
Joda Time classes don't have any constructors… why? And what am I doing wrong?
Apparently Scala on Eclipse tries to convince me that DateTime, Period, DateMidnight and many other classes in Joda Time don't have any constructors
Which is odd considering the fact that the ...
-6
votes
1answer
66 views
How to retrieve only anchor tags from a webpage and write it to a file using scala [closed]
I am a beginner to Scala and I want to write a program in scala where i want to pass url and want to retrieve only the data which is related to anchor tags and copy it into a specific file using Scala ...
0
votes
0answers
40 views
Play 2.1(scala) - How to write Format[T] for scala enumeration case class
This question is related to the following two questions.
We wanted to use enumeration in a model in our play 2.1 application so we found the following question
How to write Reads[T] and Writes[T] in ...
0
votes
1answer
50 views
Using Stream as a substitute for loop
scala> val s = for(i <- (1 to 10).toStream) yield { println(i); i }
1
s: scala.collection.immutable.Stream[Int] = Stream(1, ?)
scala> s.take(8).toList
2
3
4
5
6
7
8
res15: List[Int] = ...
0
votes
2answers
47 views
scala Either and akka.dispatch Future missing while compiling
I am trying to create a REST service using Spray Servlet, but does not compile.
Below you can find my build.sbt:
name := "someservice"
version := "0.0.1"
scalaVersion := "2.10.0"
resolvers += ...
0
votes
1answer
30 views
How to debug scalatra application in IntelliJ Idea? [duplicate]
I can't find any documentation or examples of debugging Scalatra apps in IntelliJ Idea.
Is it possible to run the Scalatra app in debug mode to attach the Idea?
1
vote
1answer
71 views
Read a binary file in Scala
I have some binary files which are written by a Java application in the following way:
DataOutputStream dos = new DataOutputStream(new BufferedOutputStream(new ...
0
votes
2answers
43 views
How can I break a collection into batches?
I have a simple task here: break a Set of n elements into m Sets based on a batch size - typically I'll want to limit my sub-Sets to 1,000 elements. I wrote something like this, where input is the ...
0
votes
1answer
27 views
Scala Compiler doesn't compile in ScalaIDE
I'm trying to develop on the Scala compiler project with the help of ScalaIDE. I followed this guide to set up the development environment. When I now try to build the mentioned projects, the reflect ...
0
votes
1answer
36 views
How to test Akka Actor functionality by mocking one or more methods in it
I'm interested to know about how to test Akka Actor functionality, by mocking some methods (substitute real object's/actor's method implementation by mocked one) in Actor.
I use ...
3
votes
1answer
115 views
Scala type level minus
Is there a way, how to express minus operator on types? I'd like to be able to achieve this:
trait A
trait B
type C = A with B
type D = C minus A
// type B == D
I know, that this cannot be done ...
1
vote
2answers
59 views
Use infiniband with Akka in Scala?
Is it possible to use infiniband instead of TCP/IP with Akka? I want to use Akka for HPC on the local cluster and the network bottleneck is significant using TCP/IP...
0
votes
0answers
15 views
Scalatrasuite tests always failing in sbt, succeeds when running test in IDE
I've been having a bit of an issue with ScalatraSuite unit testing with ScalaTest in sbt.
Versions that I am using:
Scalatra: 2.2.1
ScalaTest: 1.9.1
ScalatraScalatest: 2.2.1
Jetty: 9.0.2.v20130417
...
-2
votes
3answers
52 views
How to detect urls in scala [closed]
Hello for example there is file with content and url's. I want only the content of urls is there any detector in scala.Kindly suggest me any idea.Thanks in advance
0
votes
3answers
79 views
Why does “a”.::(List()) report error “:: is not member of string”?
See this:
scala> 1 + 1
res0: Int = 2
scala> 1.+(1)
warning: there were 1 deprecation warning(s); re-run with -deprecation for details
res1: Double = 2.0
scala> "a" :: List()
res2: ...
0
votes
1answer
46 views
Scala external DSL - infinite loop caused by alternative repetitions
I am trying to build a simple external DSL in Scala that would be able to parse strings like:
value = "john${tom}peter${greg}${sue}meg"
In general, a substring within quotation marks contains ...


